Skip to content

Commit 188371a

Browse files
committed
Merge remote-tracking branch 'origin/master' into dev
2 parents 19d22bb + efd7bc8 commit 188371a

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ jobs:
2424
uses: actions/setup-java@v3
2525
with:
2626
java-version: 1.8
27+
distribution: 'adopt'
28+
check-latest: false
2729
- name: Build with Maven
2830
run: mvn -B install

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
uses: actions/setup-java@v3
1414
with:
1515
java-version: 1.8
16+
distribution: 'adopt'
17+
check-latest: false
1618
- name: Build with Maven
1719
run: mvn -B install -DskipTests
1820
- name: Create Tag

0 commit comments

Comments
 (0)