We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d4a11 commit b21ba70Copy full SHA for b21ba70
.github/workflows/unit-tests.yml
@@ -50,7 +50,7 @@ jobs:
50
java-version: 17
51
- uses: gradle/gradle-build-action@v2
52
with:
53
- gradle-version: 9.3.1
+ gradle-version: 9.0
54
- name: Run Gradle 9 compatibility test
55
run: |
56
gradle :jib-gradle-plugin:test --tests "*FilesTaskV2Test.testFilesTask_multiProjectComplexService_gradle9" -x jacocoTestReport --stacktrace
0 commit comments