Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/generate-sdk/generate-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ python)
java)
# When the GENERATOR_VERSION changes, migrate also the templates in templates/java
# Renovate: datasource=github-tags depName=OpenAPITools/openapi-generator versioning=semver
GENERATOR_VERSION="v7.14.0"
GENERATOR_VERSION="v7.15.0"
;;
*)
echo "SDK language not supported."
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-sdk/languages/java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SERVICES_FOLDER="${SDK_REPO_LOCAL_PATH}/services"

GENERATOR_LOG_LEVEL="error" # Must be a Java log level (error, warn, info...)

INCLUDE_SERVICES=("resourcemanager")
INCLUDE_SERVICES=("resourcemanager" "iaas")

generate_java_sdk() {
# Required parameters
Expand Down
1 change: 0 additions & 1 deletion templates/java/build.gradle.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ext {
}

dependencies {
implementation project (':core')
{{#swagger1AnnotationLibrary}}
implementation "io.swagger:swagger-annotations:$swagger_annotations_version"
{{/swagger1AnnotationLibrary}}
Expand Down
Loading