Skip to content
Snippets Groups Projects
Commit 31647651 authored by Otto Visser's avatar Otto Visser
Browse files

Update to gradle 5 for java 11 compatibility

parent f4b07604
Branches
Tags
1 merge request!105WIP: Resolve "Make queue and build process fully java 11 compatible"
......@@ -132,13 +132,3 @@ jacocoTestReport {
}
}
// to get it to work again with JDK 10
//tasks.withType(AbstractCompile) {
// options.compilerArgs += ["--add-modules", "java.xml.bind"]
//}
//tasks.withType(Test) {
// jvmArgs += ["--add-modules", "java.xml.bind"]
//}
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
#Tue Aug 07 16:32:06 CEST 2018
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment