File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 94
94
""" > ${{ runner.temp }}/"$output_file"
95
95
96
96
echo """
97
- rootProject.name = \"ccud-gradle-integration-test \"
97
+ rootProject.name = \"ccud-test- gradle-${{ matrix.gradle-version }} \"
98
98
""" >> ${{ runner.temp }}/settings.gradle
99
99
100
100
echo """
@@ -133,7 +133,7 @@ jobs:
133
133
server = \"https://ge.solutions-team.gradle.com\"
134
134
}
135
135
136
- rootProject.name = \"ccud-gradle-integration-test \"
136
+ rootProject.name = \"ccud-test- gradle-${{ matrix.gradle-version }} \"
137
137
""" > ${{ runner.temp }}/settings.gradle
138
138
139
139
echo """
@@ -148,5 +148,5 @@ jobs:
148
148
149
149
- name : Run a build with the locally published plugin
150
150
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 }}"
152
152
working-directory : ${{ runner.temp }}
You can’t perform that action at this time.
0 commit comments