Skip to content

Commit

Permalink
Merge pull request #35563 from gsmet/disable-scan
Browse files Browse the repository at this point in the history
Disable scan and local cache for update-version.sh
  • Loading branch information
gsmet authored Aug 25, 2023
2 parents e491008 + 186fc50 commit 186ed0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ $# -eq 0 ]; then
fi
VERSION=$1

./mvnw versions:set -Dtcks -DnewVersion="${VERSION}" -DgenerateBackupPoms=false -DprocessAllModules -Prelocations
./mvnw -Dscan=false -Dgradle.cache.local.enabled=false versions:set -Dtcks -DnewVersion="${VERSION}" -DgenerateBackupPoms=false -DprocessAllModules -Prelocations

if [ -f devtools/gradle/gradle.properties ]; then
sed -i -r "s/^version( ?= ?).*$/version\1${VERSION}/" devtools/gradle/gradle.properties
Expand Down

0 comments on commit 186ed0b

Please sign in to comment.