Skip to content

Commit 8060a70

Browse files
committed
Gradle 9.0.0
1 parent 18c5e3d commit 8060a70

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gradle/plugins/src/main/kotlin/org.example.gradle.report.sbom.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ plugins {
55

66
// Generate a Software Bill of Materials for the software product
77
tasks.cyclonedxBom {
8-
notCompatibleWithConfigurationCache("https://github.com/CycloneDX/cyclonedx-gradle-plugin/issues/193")
98
includeConfigs.add(configurations.runtimeClasspath.name)
109
destination = layout.buildDirectory.dir("reports/sbom").get().asFile
1110
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-rc-3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)