Skip to content

Commit

Permalink
remove java 8 from build and add java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
achimgrimm committed Jan 6, 2022
1 parent bb4eadc commit 48db897
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: java
jdk:
- oraclejdk11
- openjdk8
- openjdk11
- openjdk17
before_cache:
- rm --force $HOME/.gradle/caches/modules-2/modules-2.lock
- rm --force --recursive $HOME/.gradle/caches/*/plugin-resolution/
Expand Down

0 comments on commit 48db897

Please sign in to comment.