mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
gradle.properties comments
This commit is contained in:
committed by
Jakub Chrzanowski
parent
1f5f1903ed
commit
9dbfdf9a95
@@ -3,7 +3,7 @@
|
||||
|
||||
pluginGroup = org.jetbrains.plugins.template
|
||||
pluginName = IntelliJ Platform Plugin Template
|
||||
# https://semver.org/ format
|
||||
# SemVer format -> https://semver.org
|
||||
pluginVersion = 1.0.0
|
||||
|
||||
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
||||
@@ -11,6 +11,7 @@ pluginVersion = 1.0.0
|
||||
pluginSinceBuild = 203
|
||||
pluginUntilBuild = 213.*
|
||||
|
||||
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
|
||||
platformType = IC
|
||||
platformVersion = 2020.3.4
|
||||
|
||||
@@ -21,6 +22,7 @@ platformPlugins =
|
||||
# Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
|
||||
javaVersion = 11
|
||||
|
||||
# Gradle Releases -> https://github.com/gradle/gradle/releases
|
||||
gradleVersion = 7.2
|
||||
|
||||
# Opt-out flag for bundling Kotlin standard library.
|
||||
|
||||
Reference in New Issue
Block a user