2020-06-26 11:22:18 +00:00
|
|
|
# IntelliJ Platform Artifacts Repositories
|
|
|
|
# -> https://www.jetbrains.org/intellij/sdk/docs/reference_guide/intellij_artifacts.html
|
|
|
|
|
|
|
|
pluginGroup = %GROUP%
|
2020-09-13 08:37:53 +00:00
|
|
|
pluginName_ = %NAME%
|
2020-06-26 11:22:18 +00:00
|
|
|
pluginVersion = 0.0.1
|
|
|
|
pluginSinceBuild = 193
|
2020-08-02 10:55:23 +00:00
|
|
|
pluginUntilBuild = 202.*
|
2020-06-26 11:22:18 +00:00
|
|
|
|
|
|
|
platformType = IC
|
|
|
|
platformVersion = 2019.3
|
|
|
|
platformDownloadSources = true
|
2020-10-14 07:11:52 +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 =
|
|
|
|
|
|
|
|
# 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
|