mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-23 12:31:24 +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:
5
.github/workflows/template-verify.yml
vendored
5
.github/workflows/template-verify.yml
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user