Skip to content

Commit 1c1eceb

Browse files
committed
fix(build-logic): use "new" toolchains system
1 parent 9239140 commit 1c1eceb

File tree

2 files changed

+3
-54
lines changed

2 files changed

+3
-54
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

build-logic/build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies {
3737
}
3838

3939
java {
40-
sourceCompatibility = JavaVersion.VERSION_1_8
41-
targetCompatibility = JavaVersion.VERSION_1_8
40+
toolchain {
41+
languageVersion = JavaLanguageVersion.of(8)
42+
}
4243
}

0 commit comments

Comments
 (0)