Skip to content

Commit 869b4d8

Browse files
committed
Remove gradleVersion property and wrapper configuration as Gradle Wrapper should be updated with ./gradlew wrapper --gradle-version=9.4.1 && ./gradlew wrapper
1 parent 4d9a412 commit 869b4d8

4 files changed

Lines changed: 1 addition & 10 deletions

File tree

.github/template-cleanup/gradle.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ platformBundledPlugins =
1414
# Example: platformBundledModules = intellij.spellchecker
1515
platformBundledModules =
1616

17-
# Gradle Releases -> https://github.com/gradle/gradle/releases
18-
gradleVersion = 9.4.1
19-
2017
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
2118
kotlin.stdlib.default.dependency = false
2219

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
### Removed
1515

1616
- Remove `opentest4j` dependency from `build.gradle.kts` and `libs.versions.toml`, redundant since IntelliJ Platform 251+
17+
- Remove `gradleVersion` property and wrapper configuration as Gradle Wrapper should be updated with `./gradlew wrapper --gradle-version=9.4.1 && ./gradlew wrapper`
1718
- Remove redundant Kotlin JVM toolchain configuration from `build.gradle.kts`
1819
- Remove redundant `intellijPlatform.pluginConfiguration.ideaVersion.sinceBuild` configuration from `build.gradle.kts`
1920
- Remove redundant `pluginSinceBuild` property from `gradle.properties`

build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ kover {
8888
}
8989

9090
tasks {
91-
wrapper {
92-
gradleVersion = providers.gradleProperty("gradleVersion").get()
93-
}
94-
9591
publishPlugin {
9692
dependsOn(patchChangelog)
9793
}

gradle.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ platformBundledPlugins =
1414
# Example: platformBundledModules = intellij.spellchecker
1515
platformBundledModules =
1616

17-
# Gradle Releases -> https://github.com/gradle/gradle/releases
18-
gradleVersion = 9.4.1
19-
2017
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
2118
kotlin.stdlib.default.dependency = false
2219

0 commit comments

Comments
 (0)