Skip to content

Commit

Permalink
Update Gradlew Wrapper version to 8.5-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Nov 16, 2023
1 parent 336ea6a commit 4cc0cca
Show file tree
Hide file tree
Showing 9 changed files with 385 additions and 342 deletions.
2 changes: 1 addition & 1 deletion buildpacks/gradle/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-rc-2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-rc-2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion policies/gradle/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-rc-2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion sbom/cyclonedx/gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ syft build/libs/demo-sbom-cdx-gradle-1.0.jar -o cyclonedx-json --file bom-syft.c
## Generating a SBOM from the source code using cdxgen

```shell
FETCH_LICENSE=true cdxgen -o bom-cdxgen.cdx.json --spec-version 1.4
FETCH_LICENSE=true cdxgen -o bom-cdxgen.cdx.json --spec-version 1.5
```

## Generating a SBOM at build time using CycloneDX
Expand Down
Loading

0 comments on commit 4cc0cca

Please sign in to comment.