SSHRemotePlugin/gradle.properties
stud_i_sram 8e53844818 Добавить README и CHANGELOG, выпустить версию 1.0.0
Заменить шаблонную документацию на описание SSH Remote Sync и зафиксировать первый стабильный релиз.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-18 11:05:57 +03:00

14 lines
546 B
Properties

group = org.jetbrains.plugins.template
version = 1.0.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