Skip to content

Commit 8c488d0

Browse files
committed
typo
1 parent fc9b56f commit 8c488d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: ./gradlew --build-cache clean test
4848

4949
- name: Release
50-
run: ./gradlew --build-cache -Pversion=18.11.0 javadoc publishToSonatype
50+
run: ./gradlew --build-cache publishToSonatype
5151
env:
5252
CTP_OSS_USER: ${{ secrets.OSS_USER }}
5353
CTP_OSS_SECRET: ${{ secrets.OSS_SECRET }}

commercetools/commercetools-sdk-java-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ projectDir.toPath().resolve("src/main/java-generated/com/commercetools/api/model
9797
signing {
9898
sign publication
9999
}
100-
assemble.dependsOn("models_$dirname")
100+
assemble.dependsOn("models_${dirname}Jar")
101101
}
102102

103103
tasks.register("predicatesJar", Jar) {

0 commit comments

Comments
 (0)