We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da90206 commit b61764fCopy full SHA for b61764f
.github/scripts/release.sh
@@ -39,8 +39,6 @@ elif ! [[ $VERSION =~ $SEMVER_REGEX ]]; then
39
echo "Skipping release. Bad version used."
40
else
41
echo "Doing release with Vanniktech Maven Publish plugin..."
42
- ./gradlew -Dorg.gradle.internal.http.socketTimeout=300000 \
43
- -Dorg.gradle.internal.http.connectionTimeout=300000 \
44
- publish
+ ./gradlew publishAndReleaseToMavenCentral --no-daemon --stacktrace
45
echo "Release done!"
46
fi
0 commit comments