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 55638e2 commit 5633899Copy full SHA for 5633899
.github/workflows/kat-transform.yml
@@ -53,7 +53,7 @@ jobs:
53
ls -lsa
54
kat bump-version # Bump from `vNext-SNAPSHOT` to `vNext`. kat transform only works on non-SNAPSHOT versions
55
kat bump-version --property codegenVersion
56
- ./gradlew build
+ ./gradlew -Paws.kotlin.native=false build
57
./gradlew -Paws.kotlin.native=false publishAllPublicationsToTestLocalRepository
58
59
- name: Transform
0 commit comments