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 2e8d261 commit 5da22b5Copy full SHA for 5da22b5
ci/scripts/publish-to-sdkman.sh
@@ -4,6 +4,6 @@ source $(dirname $0)/common.sh
4
5
version=$( cat artifactory-repo/build-info.json | jq -r '.buildInfo.modules[0].id' | sed 's/.*:.*:\(.*\)/\1/' )
6
7
-java -jar /spring-boot-release-scripts.jar publishToSdkman $RELEASE_TYPE $version $BRANCH || {exit 1;}
+java -jar /spring-boot-release-scripts.jar publishToSdkman $RELEASE_TYPE $version $BRANCH || { exit 1; }
8
9
echo "Push to SDKMAN complete"
0 commit comments