diff --git a/sync-nebula-integtest.sh b/sync-nebula-integtest.sh new file mode 100755 index 0000000..3567234 --- /dev/null +++ b/sync-nebula-integtest.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +export VERSION=$1 + +if [[ "VERSION" == "" ]]; then + echo "Missing version. Usage: sync-nebula-integtest.sh " + exit 1 +fi +find -mindepth 2 -name build.gradle | xargs sed -i -E "s/(id 'nebula.integtest' version ').*?'/\1$VERSION'/" \ No newline at end of file