Skip to content

Commit

Permalink
fix(build-logic): use "new" toolchains system
Browse files Browse the repository at this point in the history
  • Loading branch information
LooFifteen committed Nov 7, 2023
1 parent 9239140 commit 1c1eceb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 54 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

5 changes: 3 additions & 2 deletions build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dependencies {
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
toolchain {
languageVersion = JavaLanguageVersion.of(8)
}
}

0 comments on commit 1c1eceb

Please sign in to comment.