2020-06-22 11:07:48 +00:00
|
|
|
# IntelliJ Platform Artifacts Repositories
|
|
|
|
# -> https://www.jetbrains.org/intellij/sdk/docs/reference_guide/intellij_artifacts.html
|
2020-03-18 08:59:00 +00:00
|
|
|
|
|
|
|
pluginGroup = org.jetbrains.plugins.template
|
2020-09-11 19:56:34 +00:00
|
|
|
pluginName_ = IntelliJ Platform Plugin Template
|
2020-10-12 16:19:11 +00:00
|
|
|
pluginVersion = 0.5.0
|
2020-06-16 09:09:54 +00:00
|
|
|
pluginSinceBuild = 193
|
2020-07-30 21:19:21 +00:00
|
|
|
pluginUntilBuild = 202.*
|
2020-03-18 08:59:00 +00:00
|
|
|
|
2020-06-17 11:48:26 +00:00
|
|
|
platformType = IC
|
2020-06-24 14:41:46 +00:00
|
|
|
platformVersion = 2019.3
|
2020-06-17 11:48:26 +00:00
|
|
|
platformDownloadSources = true
|
2020-10-12 15:56:08 +00:00
|
|
|
# Plugin Dependencies -> https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_dependencies.html
|
|
|
|
# Example: platformPlugins = com.intellij.java,com.jetbrains.php:203.4449.22
|
|
|
|
platformPlugins =
|
2020-10-02 09:44:28 +00:00
|
|
|
|
|
|
|
# Opt-out flag for bundling Kotlin standard library.
|
|
|
|
# See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details.
|
|
|
|
kotlin.stdlib.default.dependency = false
|