Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
5 changes: 5 additions & 0 deletions .changes/66c32a01-7fa9-4af6-804c-19cf97e0ac20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "66c32a01-7fa9-4af6-804c-19cf97e0ac20",
"type": "misc",
"description": "Upgrade to Gradle 9.0.0"
}
5 changes: 5 additions & 0 deletions .changes/a211954e-33f3-41a4-907b-36b173f7021f.json
Copy link
Contributor

@0marperez 0marperez Aug 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have two changelogs

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "a211954e-33f3-41a4-907b-36b173f7021f",
"type": "misc",
"description": "Upgrade to Gradle 9.0.0"
}
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kotlin.mpp.stability.nowarn=true

# gradle
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G
# TODO Remove once configuration cache is enabled by default
org.gradle.configuration-cache=true

# aws-crt-kotlin
sdkVersion=0.10.4-SNAPSHOT
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https://services.gradle.org/distributions/gradle-8.14.2-bin.zip
distributionUrl=https://services.gradle.org/distributions/gradle-9.0.0-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading