You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
JetBrains_intellij-platform.../gradle.properties

17 lines
576 B

4 years ago
# IntelliJ Platform Artifacts Repositories
# -> https://www.jetbrains.org/intellij/sdk/docs/reference_guide/intellij_artifacts.html
4 years ago
pluginGroup = org.jetbrains.plugins.template
pluginName_ = IntelliJ Platform Plugin Template
pluginVersion = 0.4.0
pluginSinceBuild = 193
pluginUntilBuild = 202.*
4 years ago
platformType = IC
platformVersion = 2019.3
platformDownloadSources = true
# 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