Skip to content

Commit 4d9a412

Browse files
committed
Simplify property configuration: replace pluginGroup and pluginName with group and version in gradle.properties, and update diff filtering in workflow.
1 parent 8eeabb3 commit 4d9a412

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.github/template-cleanup/gradle.properties

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
2-
3-
pluginGroup = %GROUP%
4-
pluginName = %NAME%
1+
group = %GROUP%
2+
version = 0.0.1
53

64
pluginRepositoryUrl = https://github.com/%REPOSITORY%
75

.github/workflows/template-verify.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ jobs:
3131
echo "\`\`\`diff" >> $GITHUB_STEP_SUMMARY
3232
3333
diff -U 0 \
34-
-I '^pluginVersion' \
35-
-I '^pluginGroup' \
36-
-I '^pluginName' \
34+
-I '^version' \
35+
-I '^group' \
3736
-I '^pluginRepositoryUrl' \
3837
--label .github/template-cleanup/gradle.properties \
3938
--label gradle.properties \

gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
2-
31
group = org.jetbrains.plugins.template
42
version = 2.4.1
53

0 commit comments

Comments
 (0)