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 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 }}
You can’t perform that action at this time.
0 commit comments