Skip to content

Commit

Permalink
Attempt to rename directories fully
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Sep 10, 2024
1 parent 9d146ae commit bc0080f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ tasks.register("renameProject") {
replaceStringInFile(buildFilePath, "val topLevelDomain = \"$topLevelDomain\"", "val topLevelDomain = \"$newTopLevelDomain\"")

File("src/main/java/net").renameTo(File("src/main/java/dev"))
File("src/main/java/dev/esoteric_slime").renameTo(File("src/main/java/dev/esoteric_development"))
File("src/main/java/dev/esoteric_development/template_paper_plugin").renameTo(File("src/main/java/dev/esoteric_development/esoteric_plugin"))

println("Renamed project to '$newName', author to '$newAuthorName', and top-level domain to '$newTopLevelDomain'")
}
Expand Down

0 comments on commit bc0080f

Please sign in to comment.