We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b993b commit 33ef35cCopy full SHA for 33ef35c
.github/workflows/maven.yml
@@ -16,9 +16,9 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v2
19
- - name: Set up JDK 14
+ - name: Set up JDK 11
20
uses: actions/setup-java@v1
21
with:
22
- java-version: 14
+ java-version: 11
23
- name: Build with Maven
24
run: ./mvnw -B -DskipTests clean dependency:list install --file pom.xml
.travis.yml
@@ -1,4 +1,4 @@
1
os: linux
2
dist: bionic
3
language: java
4
-jdk: openjdk14
+jdk: openjdk11
0 commit comments