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

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