We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73916ef commit 5c8c446Copy full SHA for 5c8c446
1 file changed
misc/release.sh
@@ -39,3 +39,4 @@ cd build-tool-plugins/gradle-plugin || exit 1
39
./gradlew publishPlugins -Pversion="$version" -Pgradle.publish.key="$GRADLE_PUBLISH_KEY" -Pgradle.publish.secret="$GRADLE_PUBLISH_SECRET" --no-daemon
40
sed -i -E "s/^version=.*\$/version=$NEW_VERSION/g" ./gradle.properties
41
sed -i -E "s/^projectVersion=.*\$/projectVersion=$NEW_VERSION/g" ./it/gradle.properties
42
+cd ../..
0 commit comments