We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eea32c commit c10cf22Copy full SHA for c10cf22
src/test/groovy/sdkman/env/SdkmanBashEnvBuilder.groovy
@@ -7,7 +7,7 @@ import sdkman.stubs.UnameStub
7
@ToString(includeNames = true)
8
class SdkmanBashEnvBuilder {
9
10
- final BUILD_STAGE_DIR = "build/stage/sdkman-latest"
+ final BUILD_STAGE_DIR = "build/stage/sdkman-latest+hashme"
11
final BUILD_BIN_DIR = "$BUILD_STAGE_DIR/bin"
12
final BUILD_SRC_DIR = "$BUILD_STAGE_DIR/src"
13
0 commit comments