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 b8db902 commit 4b1a668Copy full SHA for 4b1a668
.github/workflows/dependabot-build.yaml
@@ -16,6 +16,6 @@ jobs:
16
distribution: temurin
17
java-version: 21
18
19
- - uses: gradle/actions/wrapper-validation@v4
20
- - uses: gradle/actions/setup-gradle@v4
+ - uses: gradle/actions/wrapper-validation@v5
+ - uses: gradle/actions/setup-gradle@v5
21
- run: ./gradlew --configuration-cache test
.github/workflows/deploy.yaml
@@ -21,8 +21,8 @@ jobs:
22
23
24
25
26
id: build
27
env:
28
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: compileClasspath|runtimeClasspath
0 commit comments