Skip to content

Commit

Permalink
Fix stripIndent failure with java 17 (#3377)
Browse files Browse the repository at this point in the history
closes #3375
  • Loading branch information
jorgeaguileraseqera committed Nov 11, 2022
1 parent 13af7f9 commit 2b115c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class GsBashLib extends BashFunLib<GsBashLib> {
local target=$2
gsutil ${gs_opts[@]} cp -R "$name" "$target/$name"
}
'''.stripIndent()
'''.stripIndent(true)
}

@Override
Expand Down

0 comments on commit 2b115c5

Please sign in to comment.