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 f9103a8 commit 51c9e46Copy full SHA for 51c9e46
.github/workflows/kat-transform.yml
@@ -53,12 +53,9 @@ jobs:
53
pwd
54
ls -lsa
55
kat bump-version # Bump from `vNext-SNAPSHOT` to `vNext`. kat transform only works on non-SNAPSHOT versions
56
-
57
- # FIXME Re-enable Kotlin/Native builds when artifacts are available
58
- echo "aws.kotlin.native=false" >> gradle.properties
59
60
- ./gradlew build
61
- ./gradlew publishAllPublicationsToTestLocalRepository
+
+ ./gradlew -Paws.kotlin.native=false build
+ ./gradlew -Paws.kotlin.native=false publishAllPublicationsToTestLocalRepository
62
63
- name: Transform
64
working-directory: ./aws-sdk-kotlin
0 commit comments