mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Fixed gradle.properties
files mismatch
This commit is contained in:
parent
54903fe539
commit
f78904a98d
2
.github/template-cleanup/gradle.properties
vendored
2
.github/template-cleanup/gradle.properties
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user