This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 5d349b8693 GROOVY-11528: Bump cyclonedx-gradle-plugin to 1.10.0 (tweak
settings to avoid verification warnings)
5d349b8693 is described below
commit 5d349b86930855eb7e4dbf41569dcc1973dd13d1
Author: Paul King <[email protected]>
AuthorDate: Wed Dec 4 10:45:25 2024 +1000
GROOVY-11528: Bump cyclonedx-gradle-plugin to 1.10.0
(tweak settings to avoid verification warnings)
---
build-logic/src/main/groovy/org.apache.groovy-published-library.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git
a/build-logic/src/main/groovy/org.apache.groovy-published-library.gradle
b/build-logic/src/main/groovy/org.apache.groovy-published-library.gradle
index 230ae4086a..10ea839222 100644
--- a/build-logic/src/main/groovy/org.apache.groovy-published-library.gradle
+++ b/build-logic/src/main/groovy/org.apache.groovy-published-library.gradle
@@ -875,4 +875,5 @@ cyclonedxBom {
outputName = "cyclonedx"
outputFormat = 'json'
includeLicenseText = false
+ includeMetadataResolution = false
}