You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build-logic/src/main/kotlin/buildlogic.java-common-conventions.gradle.kts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@ testing {
35
35
}
36
36
37
37
java {
38
+
sourceCompatibility =JavaVersion.VERSION_24
39
+
targetCompatibility =JavaVersion.VERSION_24
38
40
toolchain {
39
41
// If this is updated, also update
40
42
// - build.gradle -> jacoco -> toolVersion (because JaCoCo does not support newest JDK out of the box. Check versions at https://www.jacoco.org/jacoco/trunk/doc/changes.html)
0 commit comments