mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-24 12:56:35 +00:00
Simplify property configuration: replace pluginGroup and pluginName with group and version in gradle.properties, and update diff filtering in workflow.
This commit is contained in:
6
.github/template-cleanup/gradle.properties
vendored
6
.github/template-cleanup/gradle.properties
vendored
@@ -1,7 +1,5 @@
|
||||
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
|
||||
|
||||
pluginGroup = %GROUP%
|
||||
pluginName = %NAME%
|
||||
group = %GROUP%
|
||||
version = 0.0.1
|
||||
|
||||
pluginRepositoryUrl = https://github.com/%REPOSITORY%
|
||||
|
||||
|
||||
Reference in New Issue
Block a user