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 6a43aeb commit 87a490cCopy full SHA for 87a490c
scripts/generate-sdk/languages/java.sh
@@ -40,6 +40,7 @@ generate_java_sdk() {
40
GIT_REPO_ID="stackit-sdk-java"
41
fi
42
43
+ # TODO: Change to use the https url when repo is public
44
if [[ -z ${SDK_REPO_URL} ]]; then
45
echo "SDK_REPO_URL not specified, default will be used."
46
SDK_REPO_URL="[email protected]:stackitcloud/stackit-sdk-java.git"
0 commit comments