SSHRemotePlugin/gradle.properties
2026-05-14 20:08:57 +03:00

14 lines
546 B
Properties

group = org.jetbrains.plugins.template
version = 2.6.0
pluginRepositoryUrl = https://github.com/JetBrains/intellij-platform-plugin-template
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
kotlin.stdlib.default.dependency = false
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html
org.gradle.configuration-cache = true
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching = true