mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-22 20:05:38 +00:00
Remove redundant comments and pluginVersion configuration from gradle.properties.
This commit is contained in:
6
.github/template-cleanup/gradle.properties
vendored
6
.github/template-cleanup/gradle.properties
vendored
@@ -2,12 +2,8 @@
|
||||
|
||||
pluginGroup = %GROUP%
|
||||
pluginName = %NAME%
|
||||
pluginRepositoryUrl = https://github.com/%REPOSITORY%
|
||||
# SemVer format -> https://semver.org
|
||||
pluginVersion = 0.0.1
|
||||
|
||||
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
||||
pluginSinceBuild = 252
|
||||
pluginRepositoryUrl = https://github.com/%REPOSITORY%
|
||||
|
||||
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
|
||||
platformVersion = 2025.2.6.1
|
||||
|
||||
Reference in New Issue
Block a user