diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index 94e7c04..6a26b04 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -21,7 +21,7 @@ platformPlugins = platformBundledPlugins = # Gradle Releases -> https://github.com/gradle/gradle/releases -gradleVersion = 8.10.1 +gradleVersion = 8.10.2 # Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib kotlin.stdlib.default.dependency = false diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a0bea4..7ac2be2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.1.0` - Dependencies - upgrade `org.jetbrains.qodana` to `2024.2.3` - Dependencies (GitHub Actions) - upgrade `gradle/actions/setup-gradle` to `v4` +- Add back the `org.gradle.toolchains.foojay-resolver-convention` Gradle settings plugin ### Fixed