Skip to content

Commit

Permalink
Use more common convention
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Haag <ehaag@gradle.com>
  • Loading branch information
jthurne and erichaagdev authored Mar 9, 2023
1 parent 2a6a10f commit 1f1ccf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ execute_build() {

print_gradle_command() {
local scan_arg
if [[ "${build_scan_publishing_mode}" != "on" ]]; then
if [[ "${build_scan_publishing_mode}" == "off" ]]; then
scan_arg=" -Dscan.dump"
fi
info "./gradlew --no-build-cache${scan_arg} -Dscan.tag.${EXP_SCAN_TAG} -Dscan.value.runId=${RUN_ID} $*$(print_extra_args)"
Expand Down

0 comments on commit 1f1ccf5

Please sign in to comment.