diff --git a/gradle.properties b/gradle.properties index e25ca45adf..35f40070c4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -50,17 +50,11 @@ youtrackToken= # Gradle settings org.gradle.jvmargs='-Dfile.encoding=UTF-8' +org.gradle.configuration-cache=true +org.gradle.caching=true # Disable warning from gradle-intellij-plugin. Kotlin stdlib is included as compileOnly, so the warning is unnecessary kotlin.stdlib.default.dependency=false # Disable incremental annotation processing ksp.incremental=false - -# Build features -# Temporarily disable downloading the IDE dependency from CDN, and use Maven The Plugin DevKit plugin is currently -# unable to download sources when the IDE is packaged as a normal binary release. This only affects developers working -# with and debugging IdeaVim. Once the fixed version of DevKit is available, IdeaVim developers can update and this flag -# can be removed. -# DevKit will be fixed in IDEA 2024.1.4 and a future EAP of 2024.2 -org.jetbrains.intellij.platform.buildFeature.useBinaryReleases=false