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 467c1a9 commit 7b9446cCopy full SHA for 7b9446c
scripts/generate-sdk/languages/java.sh
@@ -40,10 +40,9 @@ 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="git@github.com:stackitcloud/stackit-sdk-java.git"
+ SDK_REPO_URL="https://github.com/stackitcloud/stackit-sdk-java.git"
47
48
49
# Prepare folders
0 commit comments