We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48866c commit 5f09c4aCopy full SHA for 5f09c4a
.github/workflows/gradle.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4.1.1
12
- name: Set up JDK 11
13
- uses: actions/setup-java@v4.0.0
+ uses: actions/setup-java@v4.2.2
14
with:
15
java-version: 11
16
distribution: 'adopt'
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
17
18
19
- name: release to github with gradle
0 commit comments