Skip to content

Commit e468b71

Browse files
committed
downgrade build to Java 11
1 parent 99f75c9 commit e468b71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v2
18-
- name: Set up JDK 16
18+
- name: Set up JDK 11
1919
uses: actions/setup-java@v2
2020
with:
21-
java-version: '16'
21+
java-version: '11'
2222
distribution: 'adopt'
2323
- name: Build with Maven
2424
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)