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 0230648ec7 GROOVY-11133: Capture build scans on ge.apache.org
0230648ec7 is described below

commit 0230648ec7bda807fbc8755587c8782a16baa8bf
Author: Clay Johnson <[email protected]>
AuthorDate: Wed Apr 19 08:50:43 2023 -0500

    GROOVY-11133: Capture build scans on ge.apache.org
---
 .github/workflows/grails-joint-validation.yml    |   2 +
 .github/workflows/groovy-build-coverage.yml      |   2 +
 .github/workflows/groovy-build-dist.yml          |   2 +
 .github/workflows/groovy-build-test-19.yml       |   2 +
 .github/workflows/groovy-build-test-aux.yml      |   2 +
 .github/workflows/groovy-build-test-ea.yml       |   2 +
 .github/workflows/groovy-build-test-main.yml     |   2 +
 .github/workflows/groovy-rat-check.yml           |   2 +
 .github/workflows/micronaut-joint-validation.yml |   2 +
 gradle/build-scans.gradle                        |  47 +++----
 gradle/verification-metadata.xml                 | 172 +++--------------------
 settings.gradle                                  |   8 +-
 12 files changed, 59 insertions(+), 186 deletions(-)

diff --git a/.github/workflows/grails-joint-validation.yml 
b/.github/workflows/grails-joint-validation.yml
index cd13bdbc4a..55e1e1c778 100644
--- a/.github/workflows/grails-joint-validation.yml
+++ b/.github/workflows/grails-joint-validation.yml
@@ -39,6 +39,8 @@ jobs:
         os: [ubuntu-22.04]
         java: [11.0.9]
     runs-on: ${{ matrix.os }}
+    env:
+        GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
     steps:
       - uses: actions/checkout@v3
       - name: Set up JDK
diff --git a/.github/workflows/groovy-build-coverage.yml 
b/.github/workflows/groovy-build-coverage.yml
index 776ad16c4c..12d4c11175 100644
--- a/.github/workflows/groovy-build-coverage.yml
+++ b/.github/workflows/groovy-build-coverage.yml
@@ -28,6 +28,8 @@ jobs:
         os: [ubuntu-22.04]
         java: [17]
     runs-on: ${{ matrix.os }}
+    env:
+      GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
     steps:
       - uses: actions/checkout@v3
       - name: Free disk space
diff --git a/.github/workflows/groovy-build-dist.yml 
b/.github/workflows/groovy-build-dist.yml
index 6c2ba6bf2c..22ad0dc27a 100644
--- a/.github/workflows/groovy-build-dist.yml
+++ b/.github/workflows/groovy-build-dist.yml
@@ -28,6 +28,8 @@ jobs:
         os: [ubuntu-22.04]
         java: [17]
     runs-on: ${{ matrix.os }}
+    env:
+      GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
     steps:
       - name: Install graphviz
         run: sudo apt-get install -y graphviz
diff --git a/.github/workflows/groovy-build-test-19.yml 
b/.github/workflows/groovy-build-test-19.yml
index cfa0b25c4b..3b75323f9d 100644
--- a/.github/workflows/groovy-build-test-19.yml
+++ b/.github/workflows/groovy-build-test-19.yml
@@ -27,6 +27,8 @@ jobs:
       matrix:
         os: [ubuntu-22.04]
     runs-on: ${{ matrix.os }}
+    env:
+      GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
     steps:
       - uses: actions/checkout@v3
       - name: Set up JDKs
diff --git a/.github/workflows/groovy-build-test-aux.yml 
b/.github/workflows/groovy-build-test-aux.yml
index fadf0c5c00..2fefe6a04a 100644
--- a/.github/workflows/groovy-build-test-aux.yml
+++ b/.github/workflows/groovy-build-test-aux.yml
@@ -28,6 +28,8 @@ jobs:
         os: [ubuntu-22.04]
         java: [12, 13, 14, 15, 16]
     runs-on: ${{ matrix.os }}
+    env:
+      GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
     steps:
       - uses: actions/checkout@v3
       - name: Free disk space
diff --git a/.github/workflows/groovy-build-test-ea.yml 
b/.github/workflows/groovy-build-test-ea.yml
index 544b563e41..9f6f144bfd 100644
--- a/.github/workflows/groovy-build-test-ea.yml
+++ b/.github/workflows/groovy-build-test-ea.yml
@@ -31,6 +31,8 @@ jobs:
         jdk: 
["https://download.java.net/java/GA/jdk20/bdc68b4b9cbc4ebcb30745c85038d91d/36/GPL/openjdk-20_linux-x64_bin.tar.gz";,
               
"https://download.java.net/java/early_access/jdk21/26/GPL/openjdk-21-ea+26_linux-x64_bin.tar.gz";]
     runs-on: ${{ matrix.os }}
+    env:
+      GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
     steps:
       - name: Download JDK ${{ matrix.jdk }}
         run: wget -c ${{ matrix.jdk }} -O /tmp/openjdk.tar.gz
diff --git a/.github/workflows/groovy-build-test-main.yml 
b/.github/workflows/groovy-build-test-main.yml
index a80d7de9b8..e963dd343b 100644
--- a/.github/workflows/groovy-build-test-main.yml
+++ b/.github/workflows/groovy-build-test-main.yml
@@ -28,6 +28,8 @@ jobs:
         os: [ubuntu-22.04]
         java: [11, 17, 18]
     runs-on: ${{ matrix.os }}
+    env:
+      GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
     steps:
       - uses: actions/checkout@v3
       - name: Free disk space
diff --git a/.github/workflows/groovy-rat-check.yml 
b/.github/workflows/groovy-rat-check.yml
index 81e9d7f846..28d9c162e4 100644
--- a/.github/workflows/groovy-rat-check.yml
+++ b/.github/workflows/groovy-rat-check.yml
@@ -28,6 +28,8 @@ jobs:
         os: [ubuntu-22.04]
         java: [17]
     runs-on: ${{ matrix.os }}
+    env:
+      GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
     steps:
       - uses: actions/checkout@v3
       - name: Set up JDK
diff --git a/.github/workflows/micronaut-joint-validation.yml 
b/.github/workflows/micronaut-joint-validation.yml
index bf8e493129..9faea16455 100644
--- a/.github/workflows/micronaut-joint-validation.yml
+++ b/.github/workflows/micronaut-joint-validation.yml
@@ -32,6 +32,8 @@ jobs:
         os: [ubuntu-22.04]
         java: [11.0.9]
     runs-on: ${{ matrix.os }}
+    env:
+      GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
     steps:
       - uses: actions/checkout@v3
       - name: Set up JDK
diff --git a/gradle/build-scans.gradle b/gradle/build-scans.gradle
index 5b4af89eec..2b749d096c 100644
--- a/gradle/build-scans.gradle
+++ b/gradle/build-scans.gradle
@@ -17,39 +17,30 @@
  *  under the License.
  */
 
-def acceptFile = new File(gradle.gradleUserHomeDir, 
"gradle-scans-license-agree.txt")
 def env = System.getenv()
 boolean isCI = env.CI || env.TRAVIS || env.TEAMCITY_VERSION || 
env.GITHUB_ACTIONS
-boolean hasAccepted = isCI || env.GRADLE_SCANS_ACCEPT=='yes' || 
acceptFile.exists() && acceptFile.text.trim() == 'yes'
-boolean hasRefused = env.GRADLE_SCANS_ACCEPT=='no' || acceptFile.exists() && 
acceptFile.text.trim() == 'no'
 
 gradleEnterprise {
-    buildScan {
-        if (hasAccepted) {
-            termsOfServiceAgree = 'yes'
-            publishAlways()
-        } else if (!hasRefused) {
-            gradle.buildFinished {
-                println """
-This build uses Gradle Build Scans to gather statistics, share information 
about
-failures, environmental issues, dependencies resolved during the build and 
more.
-Build scans will be published after each build, if you accept the terms of
-service, and in particular the privacy policy.
-
-Please read
+    server = "https://ge.apache.org";
+    allowUntrustedServer = false
 
-    https://gradle.com/terms-of-service
-    https://gradle.com/legal/privacy
-
-and then:
+    buildScan {
+        capture { taskInputFiles = true }
+        uploadInBackground = !isCI
+        publishAlways()
+        publishIfAuthenticated()
+        obfuscation {
+            ipAddresses { addresses -> addresses.collect { address -> 
"0.0.0.0" } }
+        }
+    }
+}
 
-  - set the `GRADLE_SCANS_ACCEPT` to `yes`/`no` if you agree with/refuse the 
TOS
-  - or create the ${acceptFile} file with `yes`/`no` in it if you agree 
with/refuse
+buildCache {
+    local {
+        enabled = !isCI
+    }
 
-And we'll not bother you again. Note that build scans are only made public if
-you share the URL at the end of the build.
-"""
-            }
-        }
+    remote(gradleEnterprise.buildCache) {
+        enabled = false
     }
-}
\ No newline at end of file
+}
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 26a440cdb7..b5cd888b56 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -43,15 +43,7 @@
       <verify-signatures>true</verify-signatures>
       <ignored-keys>
          <ignored-key id="f3d1600878e85a3d" reason="Key couldn't be downloaded 
from any key server"/>
-         <ignored-key id="953e02e4f573b46f" reason="Key couldn't be downloaded 
from any key server"/>
          <ignored-key id="74dafdfd6dae2441" reason="Key couldn't be downloaded 
from any key server"/>
-         <ignored-key id="ee92349ad86de446" reason="Key couldn't be downloaded 
from any key server"/>
-         <ignored-key id="54ac8e2d98cfeac6" reason="Key couldn't be downloaded 
from any key server"/>
-         <ignored-key id="f13d3e721d56bd54" reason="Key couldn't be downloaded 
from any key server"/>
-         <ignored-key id="7f5cafc87b6c2a89" reason="Key couldn't be downloaded 
from any key server"/>
-         <ignored-key id="a929ea2321fdbf8f" reason="Key couldn't be downloaded 
from any key server"/>
-         <ignored-key id="72fefd1572eb75e1" reason="Key couldn't be downloaded 
from any key server"/>
-         <ignored-key id="c6fc46eb51cf569c" reason="Key couldn't be downloaded 
from any key server"/>
       </ignored-keys>
       <trusted-keys>
          <trusted-key id="019082bc00e0324e2aef4cf00d3b328562a119a7" 
group="org.openjdk.jmh"/>
@@ -81,6 +73,7 @@
          <trusted-key id="19beab2d799c020f17c69126b16698a4adf4d638" 
group="org.checkerframework" name="checker-qual"/>
          <trusted-key id="28118c070cb22a0175a2e8d43d12ca2ac19f3181" 
group="^com[.]fasterxml($|([.].*))" regex="true"/>
          <trusted-key id="2b1042677fd8190c7b9fc0dc2161d72e7dcd4258" 
group="^org[.]sonarsource($|([.].*))" regex="true"/>
+         <trusted-key id="2b34821418cf19cf1f2a8352953e02e4f573b46f" 
group="jakarta.platform"/>
          <trusted-key id="2b547c530d62b57973f5e8997f5cafc87b6c2a89" 
group="me.sunlan"/>
          <trusted-key id="2db4f1ef0fa761ecc4ea935c86fdc7e2a11262cb">
             <trusting group="commons-io"/>
@@ -89,9 +82,8 @@
             <trusting group="xml-apis"/>
          </trusted-key>
          <trusted-key id="2e3a1affe42b5f53af19f780bcf4173966770193" 
group="org.jetbrains" name="annotations" version="13.0"/>
-         <trusted-key id="314fe82e5a4c5377bca2edec5208812e1e4a6db0" 
group="com.gradle" name="gradle-enterprise-gradle-plugin" version="3.13.4"/>
+         <trusted-key id="314fe82e5a4c5377bca2edec5208812e1e4a6db0" 
group="com.gradle"/>
          <trusted-key id="31fae244a81d64507b47182e1b2718089ce964b8" 
group="com.thoughtworks.qdox" name="qdox" version="1.12.1"/>
-         <trusted-key id="32118cf76c9ec5d918e54967ca80d1f0eb6ca4ba" 
group="org.codehaus.plexus"/>
          <trusted-key id="3690c240ce51b4670d30ad1c38ee757d69184620" 
group="org.tukaani" name="xz" version="1.6"/>
          <trusted-key id="3f2a008a91d11a7fac4a0786f13d3e721d56bd54" 
group="org.reflections" name="reflections" version="0.10.2"/>
          <trusted-key id="3f999bb69041cf17e73bb1cec038787776a19d18" 
group="net.javacrumbs.json-unit"/>
@@ -135,7 +127,7 @@
          <trusted-key id="a6d6c97108b8585f91b158748671a8df71296252" 
group="com.squareup.moshi"/>
          <trusted-key id="aa417737bd805456db3cbdde6601e5c08dccbb96" 
group="info.picocli" name="picocli"/>
          <trusted-key id="aa70c7c433d501636392ec02153e7a3c2b4e5118" 
group="org.eclipse.ee4j" name="project"/>
-         <trusted-key id="aaaa9d3f580c7223dbd1ff425746ee07d997ddb6" 
group="net.jqwik" name="jqwik-api" version="1.7.3"/>
+         <trusted-key id="aaaa9d3f580c7223dbd1ff425746ee07d997ddb6" 
group="net.jqwik" name="jqwik-api" version="1.7.4"/>
          <trusted-key id="b1fc0e1fa329669191f8306f5bcee695141e6086">
             <trusting group="javax.enterprise"/>
             <trusting group="org.jboss.weld"/>
@@ -172,11 +164,13 @@
          <trusted-key id="e5c3b1929191df06136ccb2b164779204e106a76" 
group="org.javassist" name="javassist" version="3.28.0-GA"/>
          <trusted-key id="e77417ac194160a3fabd04969a259c7ee636c5ed" 
group="com.google.errorprone"/>
          <trusted-key id="ea23db1360d9029481e7f2efecdfea3cb4493b94" 
group="jline" name="jline" version="2.14.6"/>
-         <trusted-key id="ea313384ca0eba950ea017e937890e298d9a2bfa" 
group="com.eed3si9n.jarjar" name="jarjar" version="1.8.2"/>
+         <trusted-key id="ea313384ca0eba950ea017e937890e298d9a2bfa" 
group="com.eed3si9n.jarjar" name="jarjar" version="1.8.0"/>
          <trusted-key id="eafc1f3b2fced6afd046c7d5734aef3d43509290" 
group="org.osgi"/>
+         <trusted-key id="eb1b3de71713c9ec2e87cc26ee92349ad86de446" 
group="com.google.j2objc" name="j2objc-annotations" version="2.8"/>
+         <trusted-key id="ee0ca873074092f806f59b65d364abaa39a47320" 
group="com.google.errorprone"/>
          <trusted-key id="f254b35617dc255d9344bcfa873a8e86b4372146" 
group="^org[.]apache($|([.].*))" regex="true"/>
          <trusted-key id="fa1703b1d287caea3a60f931e0130a3ed5a2079e" 
group="org.webjars" name="jquery" version="3.6.1"/>
-         <trusted-key id="fa77dcfef2ee6eb2debedd2c012579464d01c06a" 
group="org.apache"/>
+         <trusted-key id="fa77dcfef2ee6eb2debedd2c012579464d01c06a" 
group="org.apache" name="apache"/>
          <trusted-key id="fb11d4bb7b244678337aad8bc7bf26d0bb617866">
             <trusting group="org.codehaus.plexus"/>
             <trusting group="^org[.]apache[.]maven($|([.].*))" regex="true"/>
@@ -225,11 +219,6 @@
             <sha512 
value="ac34d6a49e9ec336e129780fa1e03eefdbeb7b764f3c5a703058c9ed7b051168f4ec5c3a68cf03b8337df268a7d494dbdb57fd87bfce2fe7f140261b41837504"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
          </artifact>
       </component>
-      <component group="com.eed3si9n.jarjar" name="jarjar" version="1.8.0">
-         <artifact name="jarjar-1.8.0.jar">
-            <pgp value="ea313384ca0eba950ea017e937890e298d9a2bfa"/>
-         </artifact>
-      </component>
       <component group="com.github.ben-manes" name="gradle-versions-plugin" 
version="0.47.0">
          <artifact name="gradle-versions-plugin-0.47.0.jar">
             <sha512 
value="4936ad4c5b313f09fabf119a653ddffb528473a6a364703425f882c0aa8b9fd8df51cac8c2583f384855ce393b658def37fb23f0c80f71fe5b7c5cfec496ba50"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -256,22 +245,17 @@
             <sha512 
value="72f139b167f017180c589b47296af00a440d6b0f273ab4d4919382455c2d0e2dd906472d82f1d6f2be16054fe819d69fcdcdad13f6ea95765e7a60de37754024"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
          </artifact>
       </component>
-      <component group="com.github.jk1" name="gradle-license-report" 
version="2.4">
-         <artifact name="gradle-license-report-2.4.jar">
-            <sha512 
value="898bda30f1625e81338b8ebbefcf96b8a1dd8d6fe4c22151b92c90169db95cc7c87ad544e433c5d876c9397cd4b21618d1fbeee61d382fa026a93319f563d74d"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
-         </artifact>
-         <artifact name="gradle-license-report-2.4.module">
-            <sha512 
value="fff26cd06a4ba944aa1cf20f6c8d6c53bbe197685b9a6c57e0e4f36302465cedb043fd39226d40d01e88dba7578b0b20081b92d9e20bae66bfd72b5b89a56a4d"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
-         </artifact>
-      </component>
       <component group="com.github.jk1" name="gradle-license-report" 
version="2.5">
          <artifact name="gradle-license-report-2.5.jar">
             <sha512 
value="bb04e82fa70fdbc1f05d6430dab104e49db07d82dda4872c4df91d13967ae4efc34c9849f3a1513544fb5e3bd8e9ebd985d1fc46762ec6a70c59e6a3d17d44bf"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
          </artifact>
+         <artifact name="gradle-license-report-2.5.module">
+            <sha512 
value="3b19ab2be6de698522aaf7808a6f4fab687aa1d39b8f4d074e6fc905f9430e23a0dc19c7abff22af38320611ec7284722e4dd4649348f9d61511a10576d5e90e"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
+         </artifact>
       </component>
-      <component group="com.github.jk1.dependency-license-report" 
name="com.github.jk1.dependency-license-report.gradle.plugin" version="2.4">
-         <artifact 
name="com.github.jk1.dependency-license-report.gradle.plugin-2.4.pom">
-            <sha512 
value="fe31e3ad1ef7fdca84e558b198ca81bd15eb92ee913564e552bbb6d337687d0bf1be7e7bd33eac5c47946a8168d6a5d1d22fde313a66a7db45de74ccefcca299"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
+      <component group="com.github.jk1.dependency-license-report" 
name="com.github.jk1.dependency-license-report.gradle.plugin" version="2.5">
+         <artifact 
name="com.github.jk1.dependency-license-report.gradle.plugin-2.5.pom">
+            <sha512 
value="9bf3abfb83f3a1f3ac3540ce83052e0d779a50a69592c08e51e3707e077c754120267efd5e54b206dfa703e5f9beb9a4667680237482d0e1b36e0783ba54a99d"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
          </artifact>
       </component>
       <component group="com.github.spotbugs.snom" 
name="spotbugs-gradle-plugin" version="5.0.14">
@@ -282,17 +266,6 @@
             <sha512 
value="71605c2defe5f767f118469c89d54d9a549013820a82e33ea68db31f8da108b7567810244e19e995c51051a90d7cfd621035bb20530463651d67f61d64f9ffa0"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
          </artifact>
       </component>
-      <component group="com.google.errorprone" name="error_prone_annotations" 
version="2.18.0">
-         <artifact name="error_prone_annotations-2.18.0.jar">
-            <pgp value="ee0ca873074092f806f59b65d364abaa39a47320"/>
-         </artifact>
-      </component>
-      <component group="com.google.j2objc" name="j2objc-annotations" 
version="2.8">
-         <artifact name="j2objc-annotations-2.8.jar">
-            <pgp value="eb1b3de71713c9ec2e87cc26ee92349ad86de446"/>
-            <sha512 
value="f8263868a792b41707c9e7fe6fa5650a14cd93fbeafad20efe3772a3058fc933eb59782ec59e6eb9b9c569aa96da80134ae9fdf7547b69c44a97087efddceeff"
 origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
-         </artifact>
-      </component>
       <component group="com.gradle" name="build-scan-plugin" version="1.10.1">
          <artifact name="build-scan-plugin-1.10.1.jar">
             <sha512 
value="4757fe5f5140d3ba223cbc242afc5e513d08b2a4454d1b00987fc670217db55527d206943c356ebdd80f77ed7b867c8dd3b17432b4a57b3e9d19dfc7e43bf9aa"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -301,14 +274,14 @@
             <sha512 
value="ec75067d2d87f5203b55bb06da8eb65613f6c35c9794d08c2ce7da5a6068780a1534bb3b0ebbbe4d420d2ec8d50407a7f9907b8c77955ae1cd463f433c58fe9f"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
          </artifact>
       </component>
-      <component group="com.gradle" name="gradle-enterprise-gradle-plugin" 
version="3.14">
-         <artifact name="gradle-enterprise-gradle-plugin-3.14.jar">
-            <pgp value="314fe82e5a4c5377bca2edec5208812e1e4a6db0"/>
+      <component group="com.gradle.common-custom-user-data-gradle-plugin" 
name="com.gradle.common-custom-user-data-gradle-plugin.gradle.plugin" 
version="1.11">
+         <artifact 
name="com.gradle.common-custom-user-data-gradle-plugin.gradle.plugin-1.11.pom">
+            <sha512 
value="c14e9bf96242a670ec3e18dff517051d5e61d6437b4f6031fa5a5023060e97671c19e70441b5c627b3683efb46cf79003ba12beec8caa8470288bc273bc4a464"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
          </artifact>
       </component>
-      <component group="com.gradle.enterprise" 
name="com.gradle.enterprise.gradle.plugin" version="3.13.4">
-         <artifact name="com.gradle.enterprise.gradle.plugin-3.13.4.pom">
-            <sha512 
value="f80fbad103fea66d6168cd0d02f7ddd4532f7f0366e8b1f8154a89f95af3903d6c24a2ce9a52d915143e448f31a5c3a83bc9bba90ebf4d11d431e049ca63e772"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
+      <component group="com.gradle.enterprise" 
name="com.gradle.enterprise.gradle.plugin" version="3.14">
+         <artifact name="com.gradle.enterprise.gradle.plugin-3.14.pom">
+            <sha512 
value="3a12bfe80640bc5cdeea4f52987e0f97f58cfb38a7a5073f1626a22ed9ca5379264fd814f1617c0ccf0d8892ab03a7df078ccacc9f855175555f67a789d80194"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
          </artifact>
       </component>
       <component group="com.jcraft" name="jsch" version="0.1.27">
@@ -342,16 +315,6 @@
             <sha512 
value="fa49244679cfcfe35e777f268a64ff94b9b6e7e7b62d903b455752184fd67a8826018bcca6b18b84b318d522a1076d739e0ff8321375180c7a8761d14a341cb2"
 origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
          </artifact>
       </component>
-      <component group="jakarta.platform" name="jakarta.jakartaee-bom" 
version="9.0.0">
-         <artifact name="jakarta.jakartaee-bom-9.0.0.pom">
-            <sha512 
value="69e7c3704d776bacc5513c05862634e616e97e5478681a9b9e918a7c4b61344bfe1800147297959e813fb702803e5a498c07ffb7e2d2c846cd7904fae1068ebc"
 origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
-         </artifact>
-      </component>
-      <component group="jakarta.platform" name="jakartaee-api-parent" 
version="9.0.0">
-         <artifact name="jakartaee-api-parent-9.0.0.pom">
-            <sha512 
value="4838534dc170c9088df8baad69da72162969b47a3132ae71ba95328d3fd56f40db4c26c974062edfd9c8fce4c396ab2452ec8fd42d37e82051721f8acba52373"
 origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
-         </artifact>
-      </component>
       <component group="javax.activation" name="activation" version="1.1">
          <artifact name="activation-1.1.jar">
             <sha512 
value="c0ff5bf3ace7acc1b31fcc109cee48d9eb8f025ae15a31dc91eca760933bdb97c93f05d61e95af1e317859d72e5f179f897f5bf3df0e3810f4212d43bacee4bd"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -376,11 +339,6 @@
             <sha512 
value="02f0c773ba24b74f45f6519c653cb118395f81389c7e73a034f82074a3e277f793d77783d794143236b05fc5247af5f69d9b2605d0929b742a5673a55e51f880"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
          </artifact>
       </component>
-      <component group="jaxen" name="jaxen" version="1.2.0">
-         <artifact name="jaxen-1.2.0.jar">
-            <sha512 
value="cad582fc12d0741e9e6fd7e0cf80a50feb04f5ef42043df96f8a5b78476c77695d8b43836d2241f76b35676ea759921edd25eaeb2c04ec916eb138aa2901ce5f"
 origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
-         </artifact>
-      </component>
       <component group="jmock" name="jmock" version="1.2.0">
          <artifact name="jmock-1.2.0.jar">
             <sha512 
value="f262bf0e3820d0c943cb97d4b5a3efb7183917d0ed9e30522fc0cfcce3f1a43a901b37c2f8b6d319f0af5ae1c6a6111d22eb8cd30941ab4de3181566e20b4d15"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -455,21 +413,6 @@
             <sha512 
value="fa1fc848802b847484e16898ceda1b2875f66a5539f8a7f42a70bb791d59a16b7666e6f2ccefcbcd018ea9053160cabaf0fe2f0d4509774b58d291f1d8511275"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
          </artifact>
       </component>
-      <component group="me.sunlan" name="antlr4" version="4.11.1.4">
-         <artifact name="antlr4-4.11.1.4.jar">
-            <sha512 
value="2e5a0f9b9862969e746241d1b7efc432747242b9a2879c99a6a381b5ed841becfc09ab97d3e0991e611561bc3dc37ce8d8382d7f8ade499577bd6188d5cd7e7e"
 origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
-         </artifact>
-      </component>
-      <component group="me.sunlan" name="antlr4-annotations" 
version="4.11.1.4">
-         <artifact name="antlr4-annotations-4.11.1.4.jar">
-            <sha512 
value="8c5f590c792efef1b1f8954420bb068952d4ef4db3f7dd10d44efc91f88c4eacf3ab8de8f8e9b0a11324f6600477c95efe6a1327c533d452119e7884863f569e"
 origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
-         </artifact>
-      </component>
-      <component group="me.sunlan" name="antlr4-runtime" version="4.11.1.4">
-         <artifact name="antlr4-runtime-4.11.1.4.jar">
-            <sha512 
value="20c8ee4e16e3225eb6448d3b8e3bd9a2df608ef1820cb6df3c194de753e19fd396a45a15f392bc95daa1de51deb044023b6e250a7f2bff0db7857317eed0164c"
 origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
-         </artifact>
-      </component>
       <component group="net.java" name="jvnet-parent" version="3">
          <artifact name="jvnet-parent-3.pom">
             <pgp value="e82d2eaf2e83830ce1f7f6be571a5291e827e1c7"/>
@@ -488,21 +431,6 @@
             <sha512 
value="dfe1a3946e9381cc9b3619ba3149615dc63cb6790ccf0518d56242f4b74d0e6105dce24a40642bb8a79ab6ecdbe42eabc3ee51f752421dad5db9c894256bdf41"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
          </artifact>
       </component>
-      <component group="net.jqwik" name="jqwik-api" version="1.7.4">
-         <artifact name="jqwik-api-1.7.4.jar">
-            <pgp value="aaaa9d3f580c7223dbd1ff425746ee07d997ddb6"/>
-         </artifact>
-      </component>
-      <component group="net.sf.saxon" name="Saxon-HE" version="11.4">
-         <artifact name="Saxon-HE-11.4.jar">
-            <sha512 
value="20f0fdeb8ac6923c130fb684d925cc01ba9457044eb3e44b020df92355a46468bbb9afe0d14008e2ea140eb2adcefc42b82fee251888d6bb56725931e40169c8"
 origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
-         </artifact>
-      </component>
-      <component group="net.sf.saxon" name="Saxon-HE" version="12.2">
-         <artifact name="Saxon-HE-12.2.jar">
-            <sha512 
value="b6fc1d21b2fc04a62da56dbb162df9ff5584f2c149bf132eaeb9d01df5f25a496e08050796ed53fe3cec11613b66fad0997b47e4f7c4f7689943d3ca91c8717d"
 origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
-         </artifact>
-      </component>
       <component group="net.sourceforge.cobertura" name="cobertura" 
version="1.9.4.1">
          <artifact name="cobertura-1.9.4.1.jar">
             <sha512 
value="827e21e51ceec0ddf37814ee40c7ac0521652262e5b87ae6e7e0f054b041491fb6d97fcd14bf89286c9ae16f590d73b0afdae4fc5b4f4231ccc44a340948882b"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -689,11 +617,6 @@
             <sha512 
value="1f65432d0912861ee6913874b8f8c415313d18e6addc7d2371d2fd82881c46ecd6b67689331587dcbaaebdd0459dcb28aefe43f243f5d2dd528e8648d0f65912"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
          </artifact>
       </component>
-      <component group="org.codehaus.plexus" name="plexus" version="6.5">
-         <artifact name="plexus-6.5.pom">
-            <pgp value="fa77dcfef2ee6eb2debedd2c012579464d01c06a"/>
-         </artifact>
-      </component>
       <component group="org.codehaus.plexus" name="plexus-components" 
version="1.1.14">
          <artifact name="plexus-components-1.1.14.pom">
             <sha512 
value="8f00b358c7241268ab30c8bebee63c52d40fc89e33176abe4fba4af070e66812691d415346e63216c5f9a0a3d9f95b573f340b208eae9596a1f1f9100c9de29e"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -756,28 +679,6 @@
             <sha512 
value="bc9cbda22130f8c6a0eef672a2dea0bc02ed785bb5382ac258678106175132b4c2a1e365ab69d4e06f705b88d71e9ea2aedb0861d6d63901d0320522352a6ddf"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
          </artifact>
       </component>
-      <component group="org.jfrog.buildinfo" 
name="build-info-extractor-gradle" version="4.32.0">
-         <artifact name="build-info-extractor-gradle-4.32.0.jar">
-            <ignored-keys>
-               <ignored-key id="49bc0306deb0ece16cdd09652ee4988c55528f25" 
reason="PGP verification failed"/>
-            </ignored-keys>
-            <sha512 
value="f02444df2d4aa75aa873708ee5abb91475bf21b9eae8e688efd2cb840900dddab7457b748930ac572e61baee39ef8149dc667b085713978f1d41f6e153ed403a"
 origin="Generated by Gradle" reason="PGP signature verification failed!"/>
-         </artifact>
-         <artifact name="build-info-extractor-gradle-4.32.0.pom">
-            <ignored-keys>
-               <ignored-key id="49bc0306deb0ece16cdd09652ee4988c55528f25" 
reason="PGP verification failed"/>
-            </ignored-keys>
-            <sha512 
value="9e37d3d3d86839cb227b7d28870670dcde857cc4d4ba2031ab9f45f2322ef1526f48a92159e32dbe618ed77ea05fefb74c89c9345ac6b1cc9fca3263d91cffcf"
 origin="Generated by Gradle" reason="PGP signature verification failed!"/>
-         </artifact>
-      </component>
-      <component group="org.jfrog.buildinfo" 
name="build-info-extractor-gradle" version="5.0.3">
-         <artifact name="build-info-extractor-gradle-5.0.3.jar">
-            <ignored-keys>
-               <ignored-key id="49bc0306deb0ece16cdd09652ee4988c55528f25" 
reason="PGP verification failed"/>
-            </ignored-keys>
-            <sha512 
value="7b6b43000a928097e71ba54480c1625afc0c5e52841b1dae6d63ce9f95b4b9dc4eb31eab99db31e0ba735ff6eb1f54566f750e3301bf3c93ef05f58383c39218"
 origin="Generated by Gradle" reason="PGP signature verification failed!"/>
-         </artifact>
-      </component>
       <component group="org.multiverse" name="multiverse" version="0.7.0">
          <artifact name="multiverse-0.7.0.pom">
             <sha512 
value="7a552fb4f231bd1cc2b485faaacb493b287f91b0e28c1f1c177b66d683c6868a9a771acd38fb841bac675d477d530f5eb04d5f1466bc3830792ab4c1e5e032b7"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -809,11 +710,6 @@
             <pgp value="10f3c7a02eca55e502badcf3991efb94db91127d"/>
          </artifact>
       </component>
-      <component group="org.reflections" name="reflections" version="0.10.2">
-         <artifact name="reflections-0.10.2.jar">
-            <sha512 
value="d04700d4b6d3f28faa611e10ce863df1d6c82dfc6dd1b27cb910e44c19089ca08bef939e2bca7bc79274836f8e9d8801c4326232d24a38dba0a4893a20c7c42c"
 origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
-         </artifact>
-      </component>
       <component group="org.sonarqube" name="org.sonarqube.gradle.plugin" 
version="4.2.1.3168">
          <artifact name="org.sonarqube.gradle.plugin-4.2.1.3168.pom">
             <sha512 
value="9d3a10255f354f6fc090835d4f36a1c947033316298400591e1d0b514ab772766bfaa6043f36a5019d212dfada80199ff789e6362fab51fb879822af1a075f38"
 origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -865,45 +761,17 @@
             <pgp value="2bcbdd0f23ea1cafcc11d4860374cf2e8dd1bdfd"/>
          </artifact>
       </component>
-      <component group="org.spockframework" name="spock-core" 
version="2.3-groovy-4.0">
-         <artifact name="spock-core-2.3-groovy-4.0.jar">
-            <sha512 
value="67a718b2da6fdc3f64e65e68fa789047b3fe7eb66147b4865e311e4bdf68f821dd6c290261f1db9d9ab0ee3505853bfe5772b94c6c2ca364896c6fc6cc92cedb"
 origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
-         </artifact>
-      </component>
-      <component group="org.spockframework" name="spock-junit4" 
version="2.3-groovy-4.0">
-         <artifact name="spock-junit4-2.3-groovy-4.0.jar">
-            <sha512 
value="ab14c5254653e7be75d6e52ef64122242766d005b42c5d8b4366b1a8557fca9e1629c79f66bf5cfc6031904c756cf84ec04ba5bcf0593ec69a58a3f2ab5a3dde"
 origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
-         </artifact>
-      </component>
       <component group="org.springframework" name="spring-framework-bom" 
version="5.3.24">
          <artifact name="spring-framework-bom-5.3.24.pom">
             <pgp value="e2acb037933cdeaab7bf77d49a2c7a98e457c53d"/>
          </artifact>
       </component>
-      <component group="org.xmlresolver" name="xmlresolver" version="4.4.3">
-         <artifact name="xmlresolver-4.4.3-data.jar">
-            <sha512 
value="2ad09a69beca1253d35143cb0016811197a2a967252dcec35ec2c4ccde605e7a4e869c2b45161fe38b93a6ac2d5fab95e28c0337ce0ea1126a3db2aac5462e65"
 origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
-         </artifact>
-         <artifact name="xmlresolver-4.4.3.jar">
-            <sha512 
value="94a441ea1ae41718fd275b8590e5bf6edf022b8b31b46bdc1a86df7a225ea0df3c17612acb0ef05ba0690aa58f8b7d1d28107a1d0a7b91145a4504d749ef16c9"
 origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
-         </artifact>
-      </component>
-      <component group="org.xmlresolver" name="xmlresolver" version="5.1.2">
-         <artifact name="xmlresolver-5.1.2-data.jar">
-            <sha512 
value="ba3af1fb04b6ec2edef4ced9aca188e6d7050a50731f01e7f67ec60de3e9a183a7c511e687ed00089a29ce071a63cb30e5f2d6ba7fa4b25231772c98ed6e6469"
 origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
-         </artifact>
-         <artifact name="xmlresolver-5.1.2.jar">
-            <sha512 
value="838a5f819f319e1348438c38a041c1a610d7793a59742fdecc92a5770d2d7239b96419f7907d1dddbcc09f4fa0103e27dfcde38a37a23ba55916d4b134418bdc"
 origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
-         </artifact>
-      </component>
       <component group="org.ysb33r.gradle" name="grolifant" version="0.16.1">
          <artifact name="grolifant-0.16.1.jar">
             <ignored-keys>
                <ignored-key id="ea022560a81e5bd48db3d18b54ac8e2d98cfeac6" 
reason="PGP verification failed"/>
             </ignored-keys>
-            <sha512 
value="c4f201d3c1243f701751e0ebec32f15fe957c362d6d5a70eec7569e938e55f30b5f60965807a3e2d4bb61526648903f3c88a74f6bccde21da1e7b45e7a17dfa1"
 origin="Generated by Gradle" reason="PGP signature verification failed!">
-               <also-trust 
value="10a2535e6093d65f5bd9c6606086c9f16618114db5cdf6e5cf5c76187c96fbc4db5e1ffbccd63acbe09fed8201d479d9be70635d6a5342d7e23bc2e7695de7fc"/>
-            </sha512>
+            <sha512 
value="c4f201d3c1243f701751e0ebec32f15fe957c362d6d5a70eec7569e938e55f30b5f60965807a3e2d4bb61526648903f3c88a74f6bccde21da1e7b45e7a17dfa1"
 origin="Generated by Gradle" reason="PGP signature verification failed!"/>
          </artifact>
          <artifact name="grolifant-0.16.1.pom">
             <ignored-keys>
diff --git a/settings.gradle b/settings.gradle
index 958329ec4a..c59cdc38e8 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -31,14 +31,10 @@ pluginManagement {
 // check https://gradle.com/enterprise/releases with new versions. GE plugin 
version should not lag behind Gradle version
 plugins {
     id "com.gradle.enterprise" version "3.14"
+    id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.11'
 }
 
-gradleEnterprise {
-    buildScan {
-        termsOfServiceUrl = 'https://gradle.com/terms-of-service'
-        apply from: 'gradle/build-scans.gradle'
-    }
-}
+apply from: 'gradle/build-scans.gradle'
 
 dependencyResolutionManagement {
     repositories {

Reply via email to