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:
Jakub Chrzanowski
2026-04-13 09:33:52 +02:00
parent 751695bbbe
commit c967983660
3 changed files with 4 additions and 9 deletions

View File

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

View File

@@ -31,9 +31,8 @@ jobs:
echo "\`\`\`diff" >> $GITHUB_STEP_SUMMARY
diff -U 0 \
-I '^pluginVersion' \
-I '^pluginGroup' \
-I '^pluginName' \
-I '^version' \
-I '^group' \
-I '^pluginRepositoryUrl' \
--label .github/template-cleanup/gradle.properties \
--label gradle.properties \

View File

@@ -1,5 +1,3 @@
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
group = org.jetbrains.plugins.template
version = 2.4.1