Skip to content

Commit 1b2cd71

Browse files
authored
Fix Grails build (#136)
1 parent a69ee02 commit 1b2cd71

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Diff for: .github/workflows/run-experiments-grails-core.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ on:
99
env:
1010
DEVELOCITY_URL: "https://ge.solutions-team.gradle.com"
1111
GIT_REPO: "https://github.com/grails/grails-core"
12-
GIT_BRANCH: "5.1.x"
13-
TASKS: "build"
12+
TASKS: "build -x integrationTest"
1413

1514
jobs:
1615
Experiment:
@@ -23,10 +22,10 @@ jobs:
2322
- experimentId: 3
2423
runs-on: ubuntu-latest
2524
steps:
26-
- name: Set up JDK 11
25+
- name: Set up JDK 17
2726
uses: actions/setup-java@v4
2827
with:
29-
java-version: 11
28+
java-version: 17
3029
distribution: "temurin"
3130
- name: Download latest version of the validation scripts
3231
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable
@@ -39,7 +38,6 @@ jobs:
3938
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
4039
with:
4140
gitRepo: ${{ env.GIT_REPO }}
42-
gitBranch: ${{ env.GIT_BRANCH }}
4341
tasks: ${{ env.TASKS }}
4442
develocityUrl: ${{ env.DEVELOCITY_URL }}
4543
if: matrix.experimentId == 1
@@ -49,7 +47,6 @@ jobs:
4947
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
5048
with:
5149
gitRepo: ${{ env.GIT_REPO }}
52-
gitBranch: ${{ env.GIT_BRANCH }}
5350
tasks: ${{ env.TASKS }}
5451
develocityUrl: ${{ env.DEVELOCITY_URL }}
5552
failIfNotFullyCacheable: true
@@ -60,7 +57,6 @@ jobs:
6057
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
6158
with:
6259
gitRepo: ${{ env.GIT_REPO }}
63-
gitBranch: ${{ env.GIT_BRANCH }}
6460
tasks: ${{ env.TASKS }}
6561
develocityUrl: ${{ env.DEVELOCITY_URL }}
6662
failIfNotFullyCacheable: true

0 commit comments

Comments
 (0)