Skip to content

Commit

Permalink
Disable build scan for execution of properties task
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Jan 10, 2025
1 parent 2b610e8 commit 8882ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export_ws_variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euox pipefail

get_project_version() {
local version_property
version_property=$(./gradlew properties | grep --extended-regexp "^version: (.*)")
version_property=$(./gradlew properties --no-scan | grep --extended-regexp "^version: (.*)")
if [[ -z "${version_property}" ]]; then
echo "Could not find property version in project" >&2
exit 2
Expand Down

0 comments on commit 8882ff2

Please sign in to comment.