Skip to content

Commit 3035d90

Browse files
committed
write the flag to gradle.properties, not local.properties
1 parent d1f196f commit 3035d90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
run: |
7575
echo "DEBUG:"
7676
find . -maxdepth 3
77-
echo "\n\naws.kotlin.native=false" >> ./smithy-kotlin/local.properties
78-
echo "\n\naws.kotlin.native=false" >> ./aws-sdk-kotlin/local.properties
77+
echo "\n\naws.kotlin.native=false" >> ./smithy-kotlin/gradle.properties
78+
echo "\n\naws.kotlin.native=false" >> ./aws-sdk-kotlin/gradle.properties
7979
- name: Build smithy-kotlin
8080
working-directory: ./smithy-kotlin
8181
shell: bash

0 commit comments

Comments
 (0)