mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
gradle.properties
comments
This commit is contained in:
parent
1f5f1903ed
commit
9dbfdf9a95
4
.github/template-cleanup/gradle.properties
vendored
4
.github/template-cleanup/gradle.properties
vendored
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
pluginGroup = %GROUP%
|
pluginGroup = %GROUP%
|
||||||
pluginName = %NAME%
|
pluginName = %NAME%
|
||||||
# https://semver.org/ format
|
# SemVer format -> https://semver.org
|
||||||
pluginVersion = 0.0.1
|
pluginVersion = 0.0.1
|
||||||
|
|
||||||
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
||||||
@ -11,6 +11,7 @@ pluginVersion = 0.0.1
|
|||||||
pluginSinceBuild = 203
|
pluginSinceBuild = 203
|
||||||
pluginUntilBuild = 213.*
|
pluginUntilBuild = 213.*
|
||||||
|
|
||||||
|
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
|
||||||
platformType = IC
|
platformType = IC
|
||||||
platformVersion = 2020.3.4
|
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
|
# Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
|
||||||
javaVersion = 11
|
javaVersion = 11
|
||||||
|
|
||||||
|
# Gradle Releases -> https://github.com/gradle/gradle/releases
|
||||||
gradleVersion = 7.2
|
gradleVersion = 7.2
|
||||||
|
|
||||||
# Opt-out flag for bundling Kotlin standard library.
|
# Opt-out flag for bundling Kotlin standard library.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
pluginGroup = org.jetbrains.plugins.template
|
pluginGroup = org.jetbrains.plugins.template
|
||||||
pluginName = IntelliJ Platform Plugin Template
|
pluginName = IntelliJ Platform Plugin Template
|
||||||
# https://semver.org/ format
|
# SemVer format -> https://semver.org
|
||||||
pluginVersion = 1.0.0
|
pluginVersion = 1.0.0
|
||||||
|
|
||||||
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
||||||
@ -11,6 +11,7 @@ pluginVersion = 1.0.0
|
|||||||
pluginSinceBuild = 203
|
pluginSinceBuild = 203
|
||||||
pluginUntilBuild = 213.*
|
pluginUntilBuild = 213.*
|
||||||
|
|
||||||
|
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
|
||||||
platformType = IC
|
platformType = IC
|
||||||
platformVersion = 2020.3.4
|
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
|
# Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
|
||||||
javaVersion = 11
|
javaVersion = 11
|
||||||
|
|
||||||
|
# Gradle Releases -> https://github.com/gradle/gradle/releases
|
||||||
gradleVersion = 7.2
|
gradleVersion = 7.2
|
||||||
|
|
||||||
# Opt-out flag for bundling Kotlin standard library.
|
# Opt-out flag for bundling Kotlin standard library.
|
||||||
|
Loading…
Reference in New Issue
Block a user