Skip to content

Commit

Permalink
Try distribution on jdk17
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Jun 19, 2021
1 parent 38d7a30 commit c25f8e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: 16
java-version: '17-ea'
distribution: 'adopt'
- name: Restore gradle cache
uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ group = "org.jabref"
version = project.findProperty('projVersion') ?: '100.0.0'

java {
sourceCompatibility = JavaVersion.VERSION_14
targetCompatibility = JavaVersion.VERSION_14
sourceCompatibility = JavaVersion.VERSION_16
targetCompatibility = JavaVersion.VERSION_16

// Workaround needed for Eclipse, probably because of https://github.com/gradle/gradle/issues/16922
// Should be removed as soon as Gradle 7.0.1 is released ( https://github.com/gradle/gradle/issues/16922#issuecomment-828217060 )
Expand Down

0 comments on commit c25f8e8

Please sign in to comment.