mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
initial commit
This commit is contained in:
19
gradle.properties
Normal file
19
gradle.properties
Normal file
@@ -0,0 +1,19 @@
|
||||
# Available idea versions:
|
||||
# https://www.jetbrains.com/intellij-repository/releases
|
||||
# https://www.jetbrains.com/intellij-repository/snapshots
|
||||
|
||||
ideaVersion = LATEST-EAP-SNAPSHOT
|
||||
ideaType = IC
|
||||
sources = true
|
||||
isEAP = false
|
||||
|
||||
kotlinVersion = 1.3.61
|
||||
|
||||
pluginGroup = org.jetbrains.plugins.template
|
||||
pluginName = Template
|
||||
pluginVersion = 0.0.1
|
||||
|
||||
publishPluginId = 0
|
||||
publishUsername = hsz
|
||||
publishPassword =
|
||||
publishChannel =
|
||||
Reference in New Issue
Block a user