Skip to content

Commit f78904a

Browse files
committed
Fixed gradle.properties files mismatch
1 parent 54903fe commit f78904a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/template-cleanup/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ platformPlugins =
2121
platformBundledPlugins =
2222

2323
# Gradle Releases -> https://github.com/gradle/gradle/releases
24-
gradleVersion = 8.10.1
24+
gradleVersion = 8.10.2
2525

2626
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
2727
kotlin.stdlib.default.dependency = false

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.1.0`
1212
- Dependencies - upgrade `org.jetbrains.qodana` to `2024.2.3`
1313
- Dependencies (GitHub Actions) - upgrade `gradle/actions/setup-gradle` to `v4`
14+
- Add back the `org.gradle.toolchains.foojay-resolver-convention` Gradle settings plugin
1415

1516
### Fixed
1617

0 commit comments

Comments
 (0)