File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 4545 - name : Set up JDK
4646 uses : actions/setup-java@v1
4747 with :
48- java-version : 12.0.2
48+ java-version : 13
4949 - uses : actions/cache@v1
5050 with :
5151 path : ~/.gradle/caches
Original file line number Diff line number Diff line change 11language : java
22jdk :
3- - openjdk12
3+ - openjdk13
44
55# we test at Ubuntu Trusty (Ubuntu 14.04 LTS)
66# see https://docs.travis-ci.com/user/trusty-ci-environment/
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ plugins {
2323 id ' com.github.ben-manes.versions' version ' 0.27.0'
2424 id ' org.javamodularity.moduleplugin' version ' 1.5.0'
2525 id ' org.openjfx.javafxplugin' version ' 0.0.8'
26- id ' org.beryx.jlink' version ' 2.16.2 '
26+ id ' org.beryx.jlink' version ' 2.16.3 '
2727}
2828
2929gradle. startParameter. showStacktrace = org.gradle.api.logging.configuration.ShowStacktrace . ALWAYS
@@ -42,8 +42,10 @@ apply from: 'eclipse.gradle'
4242
4343group = " org.jabref"
4444version = " 5.0.0"
45- sourceCompatibility = 12
46- targetCompatibility = 12
45+
46+ sourceCompatibility = 13
47+ targetCompatibility = 13
48+
4749mainClassName = " $moduleName /org.jabref.JabRefLauncher"
4850
4951// TODO: Ugly workaround to temporarily ignore build errors to dependencies of latex2unicode
You can’t perform that action at this time.
0 commit comments