Skip to content

Commit 412ab82

Browse files
committed
Upgrade build environment to Java 11
1 parent e2423fd commit 412ab82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
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
20-
uses: actions/setup-java@v1
19+
- uses: actions/setup-java@v2
2120
with:
22-
java-version: 1.8
21+
distribution: 'adopt'
22+
java-version: '11'
2323
- name: Build with Maven
2424
run: mvn -B package
2525
- name: Upload plugin artifact

0 commit comments

Comments
 (0)