Skip to content

Commit 38be702

Browse files
committed
use jdk 11
1 parent 846f521 commit 38be702

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Set up JDK 1.8
19+
- name: Set up JDK 11
2020
uses: actions/setup-java@v2
2121
with:
22-
java-version: '1.8'
22+
java-version: '11'
2323
distribution: 'adopt'
2424
- name: Build with Maven
2525
run: |

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-java@v2
1414
with:
15-
java-version: '1.8'
15+
java-version: '11'
1616
distribution: 'adopt'
1717
- name: Publish package
1818
run: mvn --batch-mode deploy

0 commit comments

Comments
 (0)