Files
JetBrains_intellij-platform…/gradle.properties

17 lines
576 B
Properties
Raw Permalink Normal View History

2020-06-22 13:07:48 +02:00
# IntelliJ Platform Artifacts Repositories
# -> https://www.jetbrains.org/intellij/sdk/docs/reference_guide/intellij_artifacts.html
2020-03-18 09:59:00 +01:00
pluginGroup = org.jetbrains.plugins.template
2020-09-11 21:56:34 +02:00
pluginName_ = IntelliJ Platform Plugin Template
2020-10-02 11:54:17 +02:00
pluginVersion = 0.4.0
pluginSinceBuild = 193
2020-07-30 23:19:21 +02:00
pluginUntilBuild = 202.*
2020-03-18 09:59:00 +01:00
2020-06-17 13:48:26 +02:00
platformType = IC
platformVersion = 2019.3
2020-06-17 13:48:26 +02:00
platformDownloadSources = true
# Opt-out flag for bundling Kotlin standard library.
2020-10-02 11:37:40 +02:00
# See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details.
kotlin.stdlib.default.dependency = false