Fixed updating of the Template plugin name on cleanup

This commit is contained in:
Jakub Chrzanowski
2020-06-26 13:22:18 +02:00
parent 40533689f0
commit 895b7602b2
3 changed files with 16 additions and 1 deletions

View File

@@ -39,8 +39,8 @@ jobs:
sed -i "s/%GROUP%/$GROUP/g" .github/template-cleanup/*
# Replace template package name in project files with $GROUP
sed -i "s/org.jetbrains.plugins.template/$GROUP/g" gradle.properties
find src -type f -exec sed -i "s/org.jetbrains.plugins.template/$GROUP/g" {} +
find src -type f -exec sed -i "s/Template/$NAME/g" {} +
find src -type f -exec sed -i "s/JetBrains/$ACTOR/g" {} +
# Remove lines marked with #REMOVE-ON-CLEANUP#