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 7a80ea2 commit 294c3afCopy full SHA for 294c3af
scripts/generate-sdk/languages/java.sh
@@ -42,7 +42,7 @@ generate_java_sdk() {
42
43
if [[ -z ${SDK_REPO_URL} ]]; then
44
echo "SDK_REPO_URL not specified, default will be used."
45
- SDK_REPO_URL="https://github.com/stackitcloud/stackit-sdk-java.git"
+ SDK_REPO_URL="git@github.com:stackitcloud/stackit-sdk-java.git"
46
fi
47
48
# Prepare folders
0 commit comments