mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Upgrade Gradle Wrapper to 8.1
This commit is contained in:
committed by
Jakub Chrzanowski
parent
4c449eb2f6
commit
935e39aa55
4
.github/template-cleanup/gradle.properties
vendored
4
.github/template-cleanup/gradle.properties
vendored
@@ -19,7 +19,7 @@ platformVersion = 2022.1.4
|
||||
platformPlugins =
|
||||
|
||||
# Gradle Releases -> https://github.com/gradle/gradle/releases
|
||||
gradleVersion = 8.0.2
|
||||
gradleVersion = 8.1
|
||||
|
||||
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
|
||||
kotlin.stdlib.default.dependency = false
|
||||
@@ -28,4 +28,4 @@ kotlin.stdlib.default.dependency = false
|
||||
org.gradle.unsafe.configuration-cache = true
|
||||
|
||||
# Temporary workaround for Kotlin Compiler OutOfMemoryError -> https://jb.gg/intellij-platform-kotlin-oom
|
||||
kotlin.incremental.useClasspathSnapshot=false
|
||||
kotlin.incremental.useClasspathSnapshot = false
|
||||
|
||||
Reference in New Issue
Block a user