mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-22 11:54:40 +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%
|
||||
|
||||
|
||||
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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user