We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f93fb7 commit e60edb1Copy full SHA for e60edb1
.github/workflows/gradle.yaml
@@ -163,7 +163,7 @@ jobs:
163
164
- name: Build with Gradle
165
id: gradle-build
166
- run: ./gradlew integrationTest "-Ptest.gradle-version=9.0.0-milestone-9"
+ run: ./gradlew integrationTest "-Ptest.gradle-version=9.0.0-rc-1"
167
168
- name: Store reports
169
if: always() && (steps.gradle-build.outcome == 'success' || steps.gradle-build.outcome == 'failure')
0 commit comments