update java, gradle and third party libs

This commit is contained in:
2018-09-29 09:08:29 +02:00
parent 24fcfd7763
commit f07977c27a
6 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ subprojects {
apply plugin: 'eclipse'
// java compatibility version
sourceCompatibility = 10
sourceCompatibility = 11
configurations {
@@ -51,5 +51,5 @@ subprojects {
}
task wrapper(type: Wrapper) {
gradleVersion = '4.10.1'
gradleVersion = '4.10.2'
}