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.
2 parents 4038b55 + 2656dfd commit 7189796Copy full SHA for 7189796
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3
17
- name: Set up JDK 11 for Maven Central
18
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
19
with:
20
distribution: 'zulu'
21
java-version: '11'
.github/workflows/maven.yml
- name: Set up JDK 11
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
22
23
24
0 commit comments