update to jdk 17
This commit is contained in:
@@ -21,7 +21,7 @@ apply plugin: 'eclipse'
|
|||||||
|
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
javaVersion=11
|
javaVersion=17
|
||||||
version_junit = '5.9.2'
|
version_junit = '5.9.2'
|
||||||
version_junit_platform = '1.9.2'
|
version_junit_platform = '1.9.2'
|
||||||
}
|
}
|
||||||
@@ -41,7 +41,7 @@ subprojects {
|
|||||||
apply plugin: 'me.champeau.gradle.jmh'
|
apply plugin: 'me.champeau.gradle.jmh'
|
||||||
|
|
||||||
// java compatibility version
|
// java compatibility version
|
||||||
sourceCompatibility = 11
|
sourceCompatibility = 17
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
tests
|
tests
|
||||||
|
|||||||
Reference in New Issue
Block a user