diff --git a/.github/workflows/run-experiments-androidx.yml b/.github/workflows/run-experiments-androidx.yml index 81897de..c0e31cd 100644 --- a/.github/workflows/run-experiments-androidx.yml +++ b/.github/workflows/run-experiments-androidx.yml @@ -41,7 +41,7 @@ jobs: - name: Set up Android SDK uses: android-actions/setup-android@v3 - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} # MergeResources and DataBindingGenBaseClassesTask are not cache relocatable when resourceDirsOutsideRootProjectDir is not empty @@ -56,7 +56,7 @@ jobs: git config --global core.hooksPath ~/git-hooks if: matrix.experimentId == 3 - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -67,7 +67,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -79,7 +79,7 @@ jobs: failIfNotFullyCacheable: false if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-apache-beam.yml b/.github/workflows/run-experiments-apache-beam.yml index d0adb2f..7e1d536 100644 --- a/.github/workflows/run-experiments-apache-beam.yml +++ b/.github/workflows/run-experiments-apache-beam.yml @@ -32,7 +32,7 @@ jobs: java-version: 8 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: downloadDevelopmentRelease: true token: ${{ secrets.GITHUB_TOKEN }} @@ -50,7 +50,7 @@ jobs: chmod +x ~/git-hooks/post-checkout git config --global core.hooksPath ~/git-hooks - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -59,7 +59,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -69,7 +69,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-apache-calcite.yml b/.github/workflows/run-experiments-apache-calcite.yml index 4961a6e..3c88720 100644 --- a/.github/workflows/run-experiments-apache-calcite.yml +++ b/.github/workflows/run-experiments-apache-calcite.yml @@ -29,12 +29,12 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: downloadDevelopmentRelease: true token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -43,7 +43,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -53,7 +53,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-apache-geode.yml b/.github/workflows/run-experiments-apache-geode.yml index bb6f582..006b49b 100644 --- a/.github/workflows/run-experiments-apache-geode.yml +++ b/.github/workflows/run-experiments-apache-geode.yml @@ -28,7 +28,7 @@ jobs: java-version: 8 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: downloadDevelopmentRelease: true token: ${{ secrets.GITHUB_TOKEN }} @@ -39,7 +39,7 @@ jobs: chmod +x ~/git-hooks/post-checkout git config --global core.hooksPath ~/git-hooks - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -48,7 +48,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -58,7 +58,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-apache-groovy.yml b/.github/workflows/run-experiments-apache-groovy.yml index 0f4cddb..5e8f552 100644 --- a/.github/workflows/run-experiments-apache-groovy.yml +++ b/.github/workflows/run-experiments-apache-groovy.yml @@ -28,12 +28,12 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: downloadDevelopmentRelease: true token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -42,7 +42,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -52,7 +52,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-apache-james.yml b/.github/workflows/run-experiments-apache-james.yml index 4a137b8..188b99a 100644 --- a/.github/workflows/run-experiments-apache-james.yml +++ b/.github/workflows/run-experiments-apache-james.yml @@ -30,12 +30,12 @@ jobs: java-version: 21 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/maven/download@actions-stable with: downloadDevelopmentRelease: true token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/maven/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -46,7 +46,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/maven/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-apache-jmeter.yml b/.github/workflows/run-experiments-apache-jmeter.yml index e0fed6e..07eb3a1 100644 --- a/.github/workflows/run-experiments-apache-jmeter.yml +++ b/.github/workflows/run-experiments-apache-jmeter.yml @@ -28,7 +28,7 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: downloadDevelopmentRelease: true token: ${{ secrets.GITHUB_TOKEN }} @@ -39,7 +39,7 @@ jobs: chmod +x ~/git-hooks/post-checkout git config --global core.hooksPath ~/git-hooks - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -48,7 +48,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -58,7 +58,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-apache-kafka.yml b/.github/workflows/run-experiments-apache-kafka.yml index 5c1f47b..85fd467 100644 --- a/.github/workflows/run-experiments-apache-kafka.yml +++ b/.github/workflows/run-experiments-apache-kafka.yml @@ -28,7 +28,7 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: downloadDevelopmentRelease: true token: ${{ secrets.GITHUB_TOKEN }} @@ -39,7 +39,7 @@ jobs: chmod +x ~/git-hooks/post-checkout git config --global core.hooksPath ~/git-hooks - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -48,7 +48,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -58,7 +58,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-apache-lucene.yml b/.github/workflows/run-experiments-apache-lucene.yml index 5209661..06f9629 100644 --- a/.github/workflows/run-experiments-apache-lucene.yml +++ b/.github/workflows/run-experiments-apache-lucene.yml @@ -28,12 +28,12 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: downloadDevelopmentRelease: true token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -43,7 +43,7 @@ jobs: enableGradleEnterprise: true if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -54,7 +54,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-apache-ofbiz.yml b/.github/workflows/run-experiments-apache-ofbiz.yml index 4cbd9cd..74f6b2c 100644 --- a/.github/workflows/run-experiments-apache-ofbiz.yml +++ b/.github/workflows/run-experiments-apache-ofbiz.yml @@ -28,12 +28,12 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: downloadDevelopmentRelease: true token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -42,7 +42,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -52,7 +52,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-apache-openwhisk.yml b/.github/workflows/run-experiments-apache-openwhisk.yml index d109a73..1b0b065 100644 --- a/.github/workflows/run-experiments-apache-openwhisk.yml +++ b/.github/workflows/run-experiments-apache-openwhisk.yml @@ -28,12 +28,12 @@ jobs: java-version: 11 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: downloadDevelopmentRelease: true token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -42,7 +42,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -52,7 +52,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-apache-samza.yml b/.github/workflows/run-experiments-apache-samza.yml index d5830ff..1f30ec0 100644 --- a/.github/workflows/run-experiments-apache-samza.yml +++ b/.github/workflows/run-experiments-apache-samza.yml @@ -26,12 +26,12 @@ jobs: java-version: 8 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: downloadDevelopmentRelease: true token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -40,7 +40,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -50,7 +50,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-apache-solr.yml b/.github/workflows/run-experiments-apache-solr.yml index efb5a90..2713738 100644 --- a/.github/workflows/run-experiments-apache-solr.yml +++ b/.github/workflows/run-experiments-apache-solr.yml @@ -34,12 +34,12 @@ jobs: chmod +x ~/git-hooks/post-checkout git config --global core.hooksPath ~/git-hooks - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: downloadDevelopmentRelease: true token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -49,7 +49,7 @@ jobs: enableGradleEnterprise: true if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -60,7 +60,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-apereo-cas.yml b/.github/workflows/run-experiments-apereo-cas.yml index 139ba31..1e9ede0 100644 --- a/.github/workflows/run-experiments-apereo-cas.yml +++ b/.github/workflows/run-experiments-apereo-cas.yml @@ -28,11 +28,11 @@ jobs: java-version: 21 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -41,7 +41,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -51,7 +51,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-apollo-kotlin.yml b/.github/workflows/run-experiments-apollo-kotlin.yml index 6de7e80..d49d2f0 100644 --- a/.github/workflows/run-experiments-apollo-kotlin.yml +++ b/.github/workflows/run-experiments-apollo-kotlin.yml @@ -29,13 +29,13 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Increase timeout when retrieving build scans run: echo 'connect.timeout=PT90S' >> develocity-gradle-build-validation/network.settings && echo 'read.timeout=PT90S' >> develocity-gradle-build-validation/network.settings - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -45,7 +45,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -56,7 +56,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-armeria.yml b/.github/workflows/run-experiments-armeria.yml index 57c12ee..a92573f 100644 --- a/.github/workflows/run-experiments-armeria.yml +++ b/.github/workflows/run-experiments-armeria.yml @@ -29,11 +29,11 @@ jobs: java-version: 21 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -42,7 +42,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -52,7 +52,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-caffeine.yml b/.github/workflows/run-experiments-caffeine.yml index e1a809d..d5b558a 100644 --- a/.github/workflows/run-experiments-caffeine.yml +++ b/.github/workflows/run-experiments-caffeine.yml @@ -28,11 +28,11 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -41,7 +41,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -51,7 +51,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-detekt.yml b/.github/workflows/run-experiments-detekt.yml index 66e523e..b6d6354 100644 --- a/.github/workflows/run-experiments-detekt.yml +++ b/.github/workflows/run-experiments-detekt.yml @@ -28,11 +28,11 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -41,7 +41,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -51,7 +51,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-gradle.yml b/.github/workflows/run-experiments-gradle.yml index 65e1dd4..0d44720 100644 --- a/.github/workflows/run-experiments-gradle.yml +++ b/.github/workflows/run-experiments-gradle.yml @@ -29,11 +29,11 @@ jobs: java-version: 11 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -43,7 +43,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -54,7 +54,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-grails-core.yml b/.github/workflows/run-experiments-grails-core.yml index 7c1e9b1..f06855d 100644 --- a/.github/workflows/run-experiments-grails-core.yml +++ b/.github/workflows/run-experiments-grails-core.yml @@ -29,12 +29,12 @@ jobs: java-version: 11 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: downloadDevelopmentRelease: true token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -44,7 +44,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -55,7 +55,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-hibernate-orm.yml b/.github/workflows/run-experiments-hibernate-orm.yml index b18b0cf..605eee2 100644 --- a/.github/workflows/run-experiments-hibernate-orm.yml +++ b/.github/workflows/run-experiments-hibernate-orm.yml @@ -28,11 +28,11 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -41,7 +41,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -51,7 +51,7 @@ jobs: failIfNotFullyCacheable: false if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-hibernate-search.yml b/.github/workflows/run-experiments-hibernate-search.yml index 2cc1fe9..81adf14 100644 --- a/.github/workflows/run-experiments-hibernate-search.yml +++ b/.github/workflows/run-experiments-hibernate-search.yml @@ -28,11 +28,11 @@ jobs: java-version: 21 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/maven/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/maven/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -43,7 +43,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/maven/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-java-ordered-properties.yml b/.github/workflows/run-experiments-java-ordered-properties.yml index b614d49..147929d 100644 --- a/.github/workflows/run-experiments-java-ordered-properties.yml +++ b/.github/workflows/run-experiments-java-ordered-properties.yml @@ -28,11 +28,11 @@ jobs: java-version: 11 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -41,7 +41,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -51,7 +51,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -75,7 +75,7 @@ jobs: with: repository: "etiennestuder/java-ordered-properties" - name: Run experiment - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-config-cache@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-config-cache@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-jhipster-sample.yml b/.github/workflows/run-experiments-jhipster-sample.yml index 90e4bc6..a49253d 100644 --- a/.github/workflows/run-experiments-jhipster-sample.yml +++ b/.github/workflows/run-experiments-jhipster-sample.yml @@ -28,11 +28,11 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -41,7 +41,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -51,7 +51,7 @@ jobs: failIfNotFullyCacheable: false if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-junit5.yml b/.github/workflows/run-experiments-junit5.yml index f6ed669..b05efff 100644 --- a/.github/workflows/run-experiments-junit5.yml +++ b/.github/workflows/run-experiments-junit5.yml @@ -28,11 +28,11 @@ jobs: java-version: 21 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -41,7 +41,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -51,7 +51,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-kotlin.yml b/.github/workflows/run-experiments-kotlin.yml index 3a74a10..6619736 100644 --- a/.github/workflows/run-experiments-kotlin.yml +++ b/.github/workflows/run-experiments-kotlin.yml @@ -55,11 +55,11 @@ jobs: chmod +x ~/git-hooks/post-checkout git config --global core.hooksPath ~/git-hooks - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -69,7 +69,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -80,7 +80,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-micrometer.yml b/.github/workflows/run-experiments-micrometer.yml index c087e5a..b598e27 100644 --- a/.github/workflows/run-experiments-micrometer.yml +++ b/.github/workflows/run-experiments-micrometer.yml @@ -28,11 +28,11 @@ jobs: java-version: 11 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -41,7 +41,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -51,7 +51,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-micronaut-aws.yml b/.github/workflows/run-experiments-micronaut-aws.yml index ecedca1..fed67ae 100644 --- a/.github/workflows/run-experiments-micronaut-aws.yml +++ b/.github/workflows/run-experiments-micronaut-aws.yml @@ -29,11 +29,11 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -43,7 +43,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -54,7 +54,7 @@ jobs: failIfNotFullyCacheable: false if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-micronaut-core.yml b/.github/workflows/run-experiments-micronaut-core.yml index d84701e..75774c3 100644 --- a/.github/workflows/run-experiments-micronaut-core.yml +++ b/.github/workflows/run-experiments-micronaut-core.yml @@ -29,11 +29,11 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -43,7 +43,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -54,7 +54,7 @@ jobs: failIfNotFullyCacheable: false if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-micronaut-data.yml b/.github/workflows/run-experiments-micronaut-data.yml index 7dc3b8a..cd57808 100644 --- a/.github/workflows/run-experiments-micronaut-data.yml +++ b/.github/workflows/run-experiments-micronaut-data.yml @@ -29,11 +29,11 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -43,7 +43,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -54,7 +54,7 @@ jobs: failIfNotFullyCacheable: false if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-micronaut-kafka.yml b/.github/workflows/run-experiments-micronaut-kafka.yml index 388a10b..e892b0c 100644 --- a/.github/workflows/run-experiments-micronaut-kafka.yml +++ b/.github/workflows/run-experiments-micronaut-kafka.yml @@ -29,11 +29,11 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -43,7 +43,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -54,7 +54,7 @@ jobs: failIfNotFullyCacheable: false if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-micronaut-kotlin.yml b/.github/workflows/run-experiments-micronaut-kotlin.yml index 1e98415..1af25ac 100644 --- a/.github/workflows/run-experiments-micronaut-kotlin.yml +++ b/.github/workflows/run-experiments-micronaut-kotlin.yml @@ -29,11 +29,11 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -43,7 +43,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -54,7 +54,7 @@ jobs: failIfNotFullyCacheable: false if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-micronaut-security.yml b/.github/workflows/run-experiments-micronaut-security.yml index f3ff461..475f61b 100644 --- a/.github/workflows/run-experiments-micronaut-security.yml +++ b/.github/workflows/run-experiments-micronaut-security.yml @@ -29,11 +29,11 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -43,7 +43,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -54,7 +54,7 @@ jobs: failIfNotFullyCacheable: false if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-micronaut-spring.yml b/.github/workflows/run-experiments-micronaut-spring.yml index 127aac0..01972fd 100644 --- a/.github/workflows/run-experiments-micronaut-spring.yml +++ b/.github/workflows/run-experiments-micronaut-spring.yml @@ -29,11 +29,11 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -43,7 +43,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -54,7 +54,7 @@ jobs: failIfNotFullyCacheable: false if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-micronaut-starter.yml b/.github/workflows/run-experiments-micronaut-starter.yml index 004faaf..90218e8 100644 --- a/.github/workflows/run-experiments-micronaut-starter.yml +++ b/.github/workflows/run-experiments-micronaut-starter.yml @@ -29,11 +29,11 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -43,7 +43,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -54,7 +54,7 @@ jobs: failIfNotFullyCacheable: false if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-microstream.yml b/.github/workflows/run-experiments-microstream.yml index 7d6b30b..861cf52 100644 --- a/.github/workflows/run-experiments-microstream.yml +++ b/.github/workflows/run-experiments-microstream.yml @@ -27,12 +27,12 @@ jobs: java-version: 11 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/maven/download@actions-stable with: downloadDevelopmentRelease: true token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/maven/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -43,7 +43,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/maven/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-morphia.yml b/.github/workflows/run-experiments-morphia.yml index 42330b9..5e2213f 100644 --- a/.github/workflows/run-experiments-morphia.yml +++ b/.github/workflows/run-experiments-morphia.yml @@ -27,11 +27,11 @@ jobs: java-version: 21 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/maven/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/maven/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -41,7 +41,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/maven/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-nokee.yml b/.github/workflows/run-experiments-nokee.yml index c56508b..1c17e2f 100644 --- a/.github/workflows/run-experiments-nokee.yml +++ b/.github/workflows/run-experiments-nokee.yml @@ -34,11 +34,11 @@ jobs: run: | git config --global url."https://github.com/".insteadOf "git@github.com:" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -48,7 +48,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -59,7 +59,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-openapi-generator.yml b/.github/workflows/run-experiments-openapi-generator.yml index 58b1cba..9c4a403 100644 --- a/.github/workflows/run-experiments-openapi-generator.yml +++ b/.github/workflows/run-experiments-openapi-generator.yml @@ -28,12 +28,12 @@ jobs: java-version: 11 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/maven/download@actions-stable with: downloadDevelopmentRelease: true token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/maven/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -44,7 +44,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/maven/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-openrewrite-concourse.yml b/.github/workflows/run-experiments-openrewrite-concourse.yml index 7c9458b..b45968f 100644 --- a/.github/workflows/run-experiments-openrewrite-concourse.yml +++ b/.github/workflows/run-experiments-openrewrite-concourse.yml @@ -28,11 +28,11 @@ jobs: java-version: 21 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -41,7 +41,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -51,7 +51,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-quarkus.yml b/.github/workflows/run-experiments-quarkus.yml index 51fe722..48ff635 100644 --- a/.github/workflows/run-experiments-quarkus.yml +++ b/.github/workflows/run-experiments-quarkus.yml @@ -30,12 +30,12 @@ jobs: java-distribution: temurin maven-version: 3.9.3 - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/maven/download@actions-stable with: downloadDevelopmentRelease: true token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/maven/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -46,7 +46,7 @@ jobs: failIfNotFullyCacheable: false if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/maven/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-ratpack.yml b/.github/workflows/run-experiments-ratpack.yml index 2106bc3..22dd312 100644 --- a/.github/workflows/run-experiments-ratpack.yml +++ b/.github/workflows/run-experiments-ratpack.yml @@ -28,11 +28,11 @@ jobs: java-version: 11 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -41,7 +41,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -51,7 +51,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-spock.yml b/.github/workflows/run-experiments-spock.yml index 0403b05..f361457 100644 --- a/.github/workflows/run-experiments-spock.yml +++ b/.github/workflows/run-experiments-spock.yml @@ -28,11 +28,11 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -41,7 +41,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -51,7 +51,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-spring-amqp.yml b/.github/workflows/run-experiments-spring-amqp.yml index 775e416..f478882 100644 --- a/.github/workflows/run-experiments-spring-amqp.yml +++ b/.github/workflows/run-experiments-spring-amqp.yml @@ -28,12 +28,12 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: downloadDevelopmentRelease: true token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -42,7 +42,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -52,7 +52,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-spring-authorization-server.yml b/.github/workflows/run-experiments-spring-authorization-server.yml index 0637120..2be5255 100644 --- a/.github/workflows/run-experiments-spring-authorization-server.yml +++ b/.github/workflows/run-experiments-spring-authorization-server.yml @@ -28,12 +28,12 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: downloadDevelopmentRelease: true token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -42,7 +42,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -52,7 +52,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-spring-boot.yml b/.github/workflows/run-experiments-spring-boot.yml index 9e698c1..33cd90c 100644 --- a/.github/workflows/run-experiments-spring-boot.yml +++ b/.github/workflows/run-experiments-spring-boot.yml @@ -30,7 +30,7 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: downloadDevelopmentRelease: true token: ${{ secrets.GITHUB_TOKEN }} @@ -41,7 +41,7 @@ jobs: chmod +x ~/git-hooks/post-checkout git config --global core.hooksPath ~/git-hooks - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -50,7 +50,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -60,7 +60,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-spring-framework.yml b/.github/workflows/run-experiments-spring-framework.yml index 1e8ada9..d0028af 100644 --- a/.github/workflows/run-experiments-spring-framework.yml +++ b/.github/workflows/run-experiments-spring-framework.yml @@ -33,12 +33,12 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: downloadDevelopmentRelease: true token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -47,7 +47,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -57,7 +57,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-spring-kafka.yml b/.github/workflows/run-experiments-spring-kafka.yml index 79a60a5..4cb236a 100644 --- a/.github/workflows/run-experiments-spring-kafka.yml +++ b/.github/workflows/run-experiments-spring-kafka.yml @@ -28,12 +28,12 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: downloadDevelopmentRelease: true token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -42,7 +42,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -52,7 +52,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-spring-security.yml b/.github/workflows/run-experiments-spring-security.yml index 53e0605..6eba940 100644 --- a/.github/workflows/run-experiments-spring-security.yml +++ b/.github/workflows/run-experiments-spring-security.yml @@ -28,12 +28,12 @@ jobs: java-version: 17 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: downloadDevelopmentRelease: true token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -42,7 +42,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -52,7 +52,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-testcontainers.yml b/.github/workflows/run-experiments-testcontainers.yml index b6bca87..c1acd86 100644 --- a/.github/workflows/run-experiments-testcontainers.yml +++ b/.github/workflows/run-experiments-testcontainers.yml @@ -28,11 +28,11 @@ jobs: java-version: 11 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -41,7 +41,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -51,7 +51,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-wrapper-upgrade-gradle-plugin.yml b/.github/workflows/run-experiments-wrapper-upgrade-gradle-plugin.yml index 23c51cc..5da7b3c 100644 --- a/.github/workflows/run-experiments-wrapper-upgrade-gradle-plugin.yml +++ b/.github/workflows/run-experiments-wrapper-upgrade-gradle-plugin.yml @@ -28,11 +28,11 @@ jobs: java-version: 11 distribution: "temurin" - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -41,7 +41,7 @@ jobs: develocityUrl: ${{ env.DEVELOCITY_URL }} if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -51,7 +51,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 2 - name: Run experiment 3 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/.github/workflows/run-experiments-xwiki.yml b/.github/workflows/run-experiments-xwiki.yml index d022f9f..78d8e2a 100644 --- a/.github/workflows/run-experiments-xwiki.yml +++ b/.github/workflows/run-experiments-xwiki.yml @@ -76,11 +76,11 @@ jobs: ' > ~/.m2/settings.xml - name: Download latest version of the validation scripts - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/download@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/maven/download@actions-stable with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run experiment 1 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/experiment-1@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/maven/experiment-1@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: @@ -91,7 +91,7 @@ jobs: failIfNotFullyCacheable: true if: matrix.experimentId == 1 - name: Run experiment 2 - uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/experiment-2@actions-stable + uses: gradle/develocity-build-validation-scripts/.github/actions/maven/experiment-2@actions-stable env: DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}" with: diff --git a/README.md b/README.md index 57c1f1a..a832b2f 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Visit our website to learn more about [Develocity][develocity] and how [OSS proj All content stored in this repository is open-source software released under the [Apache 2.0 License][apache-license]. Different licenses might apply to the projects and tools being referenced from the content of this repository. [develocity-build-config-samples]: https://github.com/gradle/develocity-build-config-samples -[develocity-build-validation-scripts]: https://github.com/gradle/gradle-enterprise-build-validation-scripts +[develocity-build-validation-scripts]: https://github.com/gradle/develocity-build-validation-scripts [develocity-oss-projects]: https://github.com/gradle/develocity-oss-projects [ccud-gradle-plugin]: https://github.com/gradle/common-custom-user-data-gradle-plugin [ccud-maven-extension]: https://github.com/gradle/common-custom-user-data-maven-extension