update java, gradle and third party libs
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user