Skip to content

Commit

Permalink
gradlew_release script reverted.
Browse files Browse the repository at this point in the history
  • Loading branch information
renelink committed Aug 11, 2024
1 parent 11e9191 commit 25266c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradlew_release
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ if [ ! -z "${RELEASE_VERSION}" ]; then
${SCRIPT_DIR}/gradlew -Prelease.useAutomaticVersion=true -Prelease.newVersion=${RELEASE_VERSION} :updateVersion :commitNewVersion
fi

#exec ./gradlew -Prelease.useAutomaticVersion=true "$@" release
exec ./gradlew -Prelease.useAutomaticVersion=true "$@" release

0 comments on commit 25266c1

Please sign in to comment.