Skip to content

Commit 2a79299

Browse files
authored
fix: Switch default for use_sbt_native_client in sbt_docker (#230)
This is giving problems in newer orb versions
1 parent e11edea commit 2a79299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jobs/sbt_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ parameters:
4343
use_sbt_native_client:
4444
description: "Whether to use sbt thin client"
4545
type: boolean
46-
default: true
46+
default: false
4747
no_output_timeout:
4848
description: "Time to wait for sbt command to complete without output"
4949
type: string

0 commit comments

Comments
 (0)