Skip to content

Commit

Permalink
Fix deprecations from gradle/develocity-build-validation-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis authored Dec 20, 2024
1 parent 5257b32 commit f444458
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/gradle-experiments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 9 * * MON"

env:
GRADLE_ENTERPRISE_URL: "https://scans.gradle.com"
DEVELOCITY_URL: "https://scans.gradle.com"
GIT_REPO: "https://github.com/SimonMarquis/SealedObjectInstances"
TASKS: "build"

Expand All @@ -21,31 +21,31 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-java
- name: Download latest version of the validation scripts
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
uses: gradle/gradle-develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run experiment 1
if: matrix.experiment == 1
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable
uses: gradle/gradle-develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable
with:
gitRepo: ${{ env.GIT_REPO }}
tasks: ${{ env.TASKS }}
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }}
develocityUrl: ${{ env.DEVELOCITY_URL }}
- name: Run experiment 2
if: matrix.experiment == 2
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable
uses: gradle/gradle-develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable
with:
gitRepo: ${{ env.GIT_REPO }}
tasks: ${{ env.TASKS }}
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }}
develocityUrl: ${{ env.DEVELOCITY_URL }}
failIfNotFullyCacheable: true
- name: Run experiment 3
if: matrix.experiment == 3
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable
uses: gradle/gradle-develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable
with:
gitRepo: ${{ env.GIT_REPO }}
tasks: ${{ env.TASKS }}
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }}
develocityUrl: ${{ env.DEVELOCITY_URL }}
failIfNotFullyCacheable: true

build-configuration-compatibility:
Expand All @@ -54,6 +54,6 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-java
- name: Run configuration cache experiment
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-config-cache@actions-stable
uses: gradle/gradle-develocity-build-validation-scripts/.github/actions/gradle/experiment-config-cache@actions-stable
with:
tasks: ${{ env.TASKS }}

0 comments on commit f444458

Please sign in to comment.