Fix sync scripts
Closes gh-134
This commit is contained in:
@@ -6,4 +6,4 @@ if [[ "$BOOT_VERSION" == "" ]]; then
|
||||
echo "Missing boot-version. Usage: sync-boot-version.sh <boot-version>"
|
||||
exit 1
|
||||
fi
|
||||
find -mindepth 2 -name build.gradle | xargs sed -i -E "s/(id 'org.springframework.boot' version ').*?'/\1$BOOT_VERSION'/"
|
||||
find . -mindepth 2 -name build.gradle | xargs sed -i '' -E "s/(id 'org.springframework.boot' version ')[^']+'/\1$BOOT_VERSION'/"
|
||||
|
||||
Reference in New Issue
Block a user