Explicitly disable native extensions in tests

This commit is contained in:
Marco Vermeulen
2024-12-18 20:21:36 +00:00
parent 6035719bd4
commit 7280765862

View File

@@ -32,6 +32,7 @@ class SdkmanBashEnvBuilder {
Map config = [
sdkman_auto_answer : 'false',
sdkman_beta_channel: 'false',
sdkman_native_enable: 'false',
sdkman_selfupdate_feature: 'true'
]