File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ jobs:
369369 run : |
370370 # TODO - JVM only
371371 cd $GITHUB_WORKSPACE/smithy-kotlin
372- ./gradlew --parallel - Paws.kotlin.native=false publishToMavenLocal
372+ ./gradlew -Paws.kotlin.native=false publishToMavenLocal
373373 SMITHY_KOTLIN_RUNTIME_VERSION=$(grep sdkVersion= gradle.properties | cut -d = -f 2)
374374 SMITHY_KOTLIN_CODEGEN_VERSION=$(grep codegenVersion= gradle.properties | cut -d = -f 2)
375375 cd $GITHUB_WORKSPACE/aws-sdk-kotlin
@@ -380,7 +380,7 @@ jobs:
380380 # smithy-kotlin should be
381381 sed -i "s/smithy-kotlin-runtime-version = .*$/smithy-kotlin-runtime-version = \"$SMITHY_KOTLIN_RUNTIME_VERSION\"/" gradle/libs.versions.toml
382382 sed -i "s/smithy-kotlin-codegen-version = .*$/smithy-kotlin-codegen-version = \"$SMITHY_KOTLIN_CODEGEN_VERSION\"/" gradle/libs.versions.toml
383- ./gradlew --parallel - Paws.kotlin.native=false publishToMavenLocal
383+ ./gradlew -Paws.kotlin.native=false publishToMavenLocal
384384 ./gradlew -Paws.kotlin.native=false test jvmTest
385385 ./gradlew -Paws.kotlin.native=false testAllProtocols
386386 - name : Calculate duration
Original file line number Diff line number Diff line change 1313 ],
1414 "build_dir" : " target/build" ,
1515 "build_steps" : [
16- " {gradlew} assemble --parallel "
16+ " {gradlew} assemble"
1717 ],
1818 "post_build_steps" : [
1919 " {gradlew} publishToMavenLocal"
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ kotlinx.atomicfu.enableNativeIrTransformation=false
1212
1313# gradle
1414org.gradle.jvmargs =-Xmx2G -XX:MaxMetaspaceSize=1G
15+ org.gradle.parallel =true
1516
1617# SDK
1718sdkVersion =1.5.15-SNAPSHOT
You can’t perform that action at this time.
0 commit comments