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 19d22bb + efd7bc8 commit 188371aCopy full SHA for 188371a
2 files changed
.github/workflows/maven.yml
@@ -24,5 +24,7 @@ jobs:
24
uses: actions/setup-java@v3
25
with:
26
java-version: 1.8
27
+ distribution: 'adopt'
28
+ check-latest: false
29
- name: Build with Maven
30
run: mvn -B install
.github/workflows/release.yml
@@ -13,6 +13,8 @@ jobs:
13
14
15
16
17
18
19
run: mvn -B install -DskipTests
20
- name: Create Tag
0 commit comments