Skip to content

Commit

Permalink
[WIP] Test JDK12 (#5426)
Browse files Browse the repository at this point in the history
* test-jdk12

* Add right version in gh-actions
  • Loading branch information
LinusDietz authored and tobiasdiez committed Oct 12, 2019
1 parent c43a2ad commit d4d3764
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11.0.4
java-version: 12.0.2
- name: Download jpackage
# We need to download jpackage from https://jdk.java.net/jpackage/
run: |
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: java
jdk:
- openjdk11
- openjdk12

# we test at Ubuntu Trusty (Ubuntu 14.04 LTS)
# see https://docs.travis-ci.com/user/trusty-ci-environment/
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -47,8 +47,8 @@ apply from: 'eclipse.gradle'

group = "org.jabref"
version = "5.0.0"
sourceCompatibility = 11
targetCompatibility = 11
sourceCompatibility = 12
targetCompatibility = 12
mainClassName = "$moduleName/org.jabref.JabRefLauncher"

// TODO: Ugly workaround to temporarily ignore build errors to dependencies of latex2unicode
Expand Down

0 comments on commit d4d3764

Please sign in to comment.