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 0323e98 commit cda0523Copy full SHA for cda0523
.github/workflows/continuous-integration.yml
@@ -163,7 +163,8 @@ jobs:
163
working-directory: ./smithy-kotlin
164
shell: bash
165
run: |
166
- echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
+ # FIXME K2. Re-enable warnings as errors after this warning is removed: https://youtrack.jetbrains.com/issue/KT-68532
167
+ # echo "kotlinWarningsAsErrors=true" >> $GITHUB_WORKSPACE/local.properties
168
./gradlew -Paws.kotlin.native=false apiCheck
169
./gradlew -Paws.kotlin.native=false test jvmTest
170
0 commit comments