File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ dependencies {
12
12
}
13
13
14
14
otelJava {
15
- minJavaVersionSupported.set(JavaVersion .VERSION_11 )
15
+ minJavaVersionSupported.set(JavaVersion .VERSION_17 )
16
16
}
17
17
18
18
// We cannot use "--release" javac option here because that will forbid exporting com.sun.tools package.
19
19
// We also can't seem to use the toolchain without the "--release" option. So disable everything.
20
20
21
21
java {
22
- sourceCompatibility = JavaVersion .VERSION_11
23
- targetCompatibility = JavaVersion .VERSION_11
22
+ sourceCompatibility = JavaVersion .VERSION_17
23
+ targetCompatibility = JavaVersion .VERSION_17
24
24
toolchain {
25
25
languageVersion.set(null as JavaLanguageVersion ? )
26
26
}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ val DEPENDENCY_BOMS = listOf(
39
39
40
40
val autoServiceVersion = " 1.1.1"
41
41
val autoValueVersion = " 1.11.0"
42
- val errorProneVersion = " 2.31 .0"
42
+ val errorProneVersion = " 2.32 .0"
43
43
val byteBuddyVersion = " 1.15.1"
44
44
val asmVersion = " 9.7"
45
45
val jmhVersion = " 1.37"
You can’t perform that action at this time.
0 commit comments