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:
Jakub Chrzanowski
2026-04-13 16:51:56 +02:00
parent c967983660
commit 9c943a86bb
4 changed files with 1 additions and 10 deletions

View File

@@ -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