Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
run: |
# protocol tests require everything is published
pwd
./gradlew --parallel assemble
./gradlew assemble
./gradlew publishToMavenLocal
- name: Configure Gradle aws-sdk-kotlin
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ kotlin.native.ignoreDisabledTargets=true

# gradle
org.gradle.jvmargs=-Xmx10g -XX:MaxMetaspaceSize=2G
org.gradle.parallel=true

# sdk
sdkVersion=1.5.60-SNAPSHOT
Expand Down
Loading