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 188371a + d4787f9 commit f3e5d57Copy full SHA for f3e5d57
2 files changed
.github/workflows/maven.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up JDK 1.8
24
uses: actions/setup-java@v3
25
with:
26
- java-version: 1.8
+ java-version: '8'
27
distribution: 'adopt'
28
check-latest: false
29
- name: Build with Maven
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
16
17
18
0 commit comments