Skip to content

Commit

Permalink
add back toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlamz committed Mar 20, 2024
1 parent 4fd0e5b commit 3c63ce7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions qodana.yml

This file was deleted.

5 changes: 5 additions & 0 deletions wrapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ tasks.test {
java {
withJavadocJar()
withSourcesJar()
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(8))
}
}
}

tasks.named("sourcesJar") {
Expand Down

0 comments on commit 3c63ce7

Please sign in to comment.