Skip to content

Commit

Permalink
Merge pull request #75 from mbland/remove-java-toolchain-fix-win-arm64
Browse files Browse the repository at this point in the history
Remove java.toolchain from build, fix Win arm64
  • Loading branch information
mbland committed Dec 24, 2023
2 parents 8ef166f + bbf05f5 commit 9d14a6e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions strcalc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ dependencies {
antJUnit(libs.antJunit)
}

// Apply a specific Java toolchain to ease working on different environments.
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(21))
}
}

jacoco {
toolVersion = "0.8.11"
}
Expand Down

0 comments on commit 9d14a6e

Please sign in to comment.