Skip to content

Commit 5633899

Browse files
committed
Add another -Paws.kotlin.native=false
1 parent 55638e2 commit 5633899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kat-transform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
ls -lsa
5454
kat bump-version # Bump from `vNext-SNAPSHOT` to `vNext`. kat transform only works on non-SNAPSHOT versions
5555
kat bump-version --property codegenVersion
56-
./gradlew build
56+
./gradlew -Paws.kotlin.native=false build
5757
./gradlew -Paws.kotlin.native=false publishAllPublicationsToTestLocalRepository
5858
5959
- name: Transform

0 commit comments

Comments
 (0)