mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
README - wip
This commit is contained in:
1
.github/workflows/template-cleanup.yml
vendored
1
.github/workflows/template-cleanup.yml
vendored
@@ -41,6 +41,7 @@ jobs:
|
||||
# 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/JetBrains/$ACTOR/g" {} +
|
||||
|
||||
# Move content
|
||||
mkdir -p src/main/kotlin/${GROUP//.//}
|
||||
|
||||
Reference in New Issue
Block a user