Remove redundant comments and pluginVersion configuration from gradle.properties.

This commit is contained in:
Jakub Chrzanowski
2026-04-10 23:10:07 +02:00
parent ade9797ef7
commit b336f6d360
2 changed files with 1 additions and 6 deletions

View File

@@ -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