Skip to content

Commit

Permalink
ci: don't detect java toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
nmammeri committed Jun 29, 2024
1 parent 5205b51 commit 2a48b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract-core/tika-native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ graalvmNative {
// This enables using separate GraalVM version thant the one used by gradle
// However, this will only work properly if you only have only GraalVM JDKs installed on the machine.
// Gradle will not be able to reliably detect GraalVM JDKs, nor detect GraalVM distributions from different vendors.
toolchainDetection = true
toolchainDetection = false

// Set to false to disable to run the tests in native mode.
testSupport = true
Expand Down

0 comments on commit 2a48b71

Please sign in to comment.