Skip to content

Commit c902cb4

Browse files
committed
Added gradle version to project under test and its builds custom values in the 'Verify build' workflow as well
1 parent 25d96f0 commit c902cb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-verification.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
""" > ${{ runner.temp }}/"$output_file"
9595
9696
echo """
97-
rootProject.name = \"ccud-gradle-integration-test\"
97+
rootProject.name = \"ccud-test-gradle-${{ matrix.gradle-version }}\"
9898
""" >> ${{ runner.temp }}/settings.gradle
9999
100100
echo """
@@ -133,7 +133,7 @@ jobs:
133133
server = \"https://ge.solutions-team.gradle.com\"
134134
}
135135
136-
rootProject.name = \"ccud-gradle-integration-test\"
136+
rootProject.name = \"ccud-test-gradle-${{ matrix.gradle-version }}\"
137137
""" > ${{ runner.temp }}/settings.gradle
138138
139139
echo """
@@ -148,5 +148,5 @@ jobs:
148148
149149
- name: Run a build with the locally published plugin
150150
id: build-with-local-plugin
151-
run: gradle help
151+
run: gradle help "-Dscan.value.gradle-version=${{ matrix.gradle-version }}" "-Dscan.value.java-version=${{ matrix.java-version }}"
152152
working-directory: ${{ runner.temp }}

0 commit comments

Comments
 (0)