Skip to content

Commit f3e5d57

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up JDK 1.8
2424
uses: actions/setup-java@v3
2525
with:
26-
java-version: 1.8
26+
java-version: '8'
2727
distribution: 'adopt'
2828
check-latest: false
2929
- name: Build with Maven

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up JDK 1.8
1313
uses: actions/setup-java@v3
1414
with:
15-
java-version: 1.8
15+
java-version: '8'
1616
distribution: 'adopt'
1717
check-latest: false
1818
- name: Build with Maven

0 commit comments

Comments
 (0)