Skip to content

Commit b341c6a

Browse files
committed
chore: parallize all builds by default
1 parent aa89336 commit b341c6a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
run: |
125125
# protocol tests require everything is published
126126
pwd
127-
./gradlew --parallel assemble
127+
./gradlew assemble
128128
./gradlew publishToMavenLocal
129129
- name: Configure Gradle aws-sdk-kotlin
130130
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ kotlin.native.ignoreDisabledTargets=true
44

55
# gradle
66
org.gradle.jvmargs=-Xmx10g -XX:MaxMetaspaceSize=2G
7+
org.gradle.parallel=true
78

89
# sdk
910
sdkVersion=1.5.60-SNAPSHOT

0 commit comments

Comments
 (0)