Skip to content

Commit e376119

Browse files
committed
clean up
1 parent 01ce54f commit e376119

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,6 @@ jobs:
114114
with:
115115
working-directory: ./smithy-kotlin
116116

117-
- name: Disable native builds # FIXME remove this step once K/N is merged
118-
shell: bash
119-
run: |
120-
echo "Appending aws.kotlin.native=false to smithy-kotlin/gradle.properties..."
121-
echo -e "\n\naws.kotlin.native=false" >> ./smithy-kotlin/gradle.properties
122-
echo "Appending aws.kotlin.native=false to aws-sdk-kotlin/gradle.properties..."
123-
echo -e "\n\naws.kotlin.native=false" >> ./aws-sdk-kotlin/gradle.properties
124-
125117
- name: Build smithy-kotlin
126118
working-directory: ./smithy-kotlin
127119
shell: bash

aws-runtime/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ subprojects {
3232
plugin(libraries.plugins.aws.kotlin.repo.tools.kmp.get().pluginId)
3333
}
3434

35-
// TODO Use configurePublishing when migrating to Sonatype Publisher API / JReleaser
3635
configurePublishing("aws-sdk-kotlin")
3736

3837
kotlin {

0 commit comments

Comments
 (0)