Skip to content

Releases: CycloneDX/cyclonedx-gradle-plugin

1.8.2

19 Jan 10:25
Compare
Choose a tag to compare

What's Changed

  • Update plugin version used in final BOM
  • Check for artifact existence before looking inside for pom.xml
  • Add local project dependencies to the built dependencies for local resolution
  • include and skip configurations with regex by @skhokhlov in #383
  • Add java 21 to CI tools by @glefloch in #385

Full Changelog: cyclonedx-gradle-plugin-1.8.1...cyclonedx-gradle-plugin-1.8.2

1.8.1

06 Nov 12:44
Compare
Choose a tag to compare

What's Changed

  • Fix support for CycloneDX 1.5
  • Bump version to 1.8.1

Full Changelog: cyclonedx-gradle-plugin-1.8.0...cyclonedx-gradle-plugin-1.8.1

1.8.0

28 Oct 16:05
Compare
Choose a tag to compare

What's Changed

  • Consistently describe the defaults
  • Migrate to kotlin based gradle DSL
  • Update default task to include a small description of what it does
  • Include transitive dependencies of non-jar artifacts instead ignore it
  • Adding Metadata:Manufacture and Licenses
  • Bump default schema to version 1.5

New Contributors

Full Changelog: cyclonedx-gradle-plugin-1.7.4...cyclonedx-gradle-plugin-1.8.0

1.7.4

13 Feb 12:57
Compare
Choose a tag to compare

What's Changed

  • Add instructions to generate BOM for multiple projects
  • Throw validation exceptions to make it easier to debug validation failures
  • Include license text configuration
  • Support for aar dependencies on graph

Full Changelog: cyclonedx-gradle-plugin-1.7.3...cyclonedx-gradle-plugin-1.7.4

1.7.3

19 Dec 07:52
Compare
Choose a tag to compare

What's Changed

  • Keep first track of dependency
  • Add skipProject option
  • Update Gradle Wrapper from 7.5.1 to 7.6

cyclonedx-gradle-plugin-1.7.2

07 Oct 14:00
Compare
Choose a tag to compare

What's Changed

  • Fix issue with subprojects paths

1.7.1

02 Sep 08:21
e2589a6
Compare
Choose a tag to compare

What's Changed

  • doc issue about configs
  • Disregard non-jar dependencies
  • Add componentVersion property
  • Prevent stack overflow in case of loop in the dependency graph
  • Handle dependency graph for multi-module project

1.7.0

12 Jul 14:23
02a3138
Compare
Choose a tag to compare

What's new:

  • Fix delayed properties
  • Fix output formats
  • Init contributing guide
  • Fix javadoc warning about version on writeBom
  • Expose dependency graph

1.6.1

30 May 12:06
f93c355
Compare
Choose a tag to compare

What's new:

  • Bump org.cyclonedx.bom from 1.5.0 to 1.6.0
  • Default CycloneDx schema version to support 1.4
  • Use ReaderFactory.newXmlReader() instead of ISR in MavenHelper

1.6.0

24 May 12:05
7b49b19
Compare
Choose a tag to compare

What's new:

  • Update component meta information by the resolved pom
  • Bump cyclonedx plugin version
  • Fix plugin import in docs
  • Initialize dependabot configuration for gradle dependencies
  • Remove jcenter() from repositories
  • Introduce destination property allowing to configure output
  • Added support for byte order markers when reading pom.xml
  • Declare all task input as settable property
  • Remove usage of deprecated compile configuration
  • Add configuration for outputName
  • Populating plugin.properties on build to address
  • Fixing copy-paste error in README.md
  • Bump com.gradle.plugin-publish from 0.12.0 to 0.21.0
  • Bump commons-io from 2.8.0 to 2.11.0
  • Bump maven-core from 3.5.0 to 3.8.5
  • Bump cyclonedx-core-java from 5.0.4 to 7.1.4
  • Update default schema version in docs