Skip to content

Commit 51c9e46

Browse files
committed
Add the flags back to kat-transform
1 parent f9103a8 commit 51c9e46

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/kat-transform.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,9 @@ jobs:
5353
pwd
5454
ls -lsa
5555
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
56+
57+
./gradlew -Paws.kotlin.native=false build
58+
./gradlew -Paws.kotlin.native=false publishAllPublicationsToTestLocalRepository
6259
6360
- name: Transform
6461
working-directory: ./aws-sdk-kotlin

0 commit comments

Comments
 (0)