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 6a2f276 commit 6811fcdCopy full SHA for 6811fcd
1 file changed
.github/workflows/tag-build.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
container:
12
- image: gradle:8.14.0-jdk21
+ image: gradle:8.14.1-jdk21
13
env:
14
GRADLE_OPTS: "-Dorg.gradle.internal.launcher.welcomeMessageEnabled=false"
15
steps:
@@ -28,7 +28,7 @@ jobs:
28
test:
29
30
31
32
33
34
@@ -47,7 +47,7 @@ jobs:
47
publish:
48
49
50
51
52
53
0 commit comments