mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-22 11:54:40 +00:00
Remove gradleVersion property and wrapper configuration as Gradle Wrapper should be updated with ./gradlew wrapper --gradle-version=9.4.1 && ./gradlew wrapper
This commit is contained in:
3
.github/template-cleanup/gradle.properties
vendored
3
.github/template-cleanup/gradle.properties
vendored
@@ -14,9 +14,6 @@ platformBundledPlugins =
|
||||
# Example: platformBundledModules = intellij.spellchecker
|
||||
platformBundledModules =
|
||||
|
||||
# Gradle Releases -> https://github.com/gradle/gradle/releases
|
||||
gradleVersion = 9.4.1
|
||||
|
||||
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
|
||||
kotlin.stdlib.default.dependency = false
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
### Removed
|
||||
|
||||
- Remove `opentest4j` dependency from `build.gradle.kts` and `libs.versions.toml`, redundant since IntelliJ Platform 251+
|
||||
- Remove `gradleVersion` property and wrapper configuration as Gradle Wrapper should be updated with `./gradlew wrapper --gradle-version=9.4.1 && ./gradlew wrapper`
|
||||
- Remove redundant Kotlin JVM toolchain configuration from `build.gradle.kts`
|
||||
- Remove redundant `intellijPlatform.pluginConfiguration.ideaVersion.sinceBuild` configuration from `build.gradle.kts`
|
||||
- Remove redundant `pluginSinceBuild` property from `gradle.properties`
|
||||
|
||||
@@ -88,10 +88,6 @@ kover {
|
||||
}
|
||||
|
||||
tasks {
|
||||
wrapper {
|
||||
gradleVersion = providers.gradleProperty("gradleVersion").get()
|
||||
}
|
||||
|
||||
publishPlugin {
|
||||
dependsOn(patchChangelog)
|
||||
}
|
||||
|
||||
@@ -14,9 +14,6 @@ platformBundledPlugins =
|
||||
# Example: platformBundledModules = intellij.spellchecker
|
||||
platformBundledModules =
|
||||
|
||||
# Gradle Releases -> https://github.com/gradle/gradle/releases
|
||||
gradleVersion = 9.4.1
|
||||
|
||||
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
|
||||
kotlin.stdlib.default.dependency = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user