Skip to content

Commit

Permalink
Renamed TicketManager to TMSE
Browse files Browse the repository at this point in the history
  • Loading branch information
HoshiKurama committed Feb 20, 2024
1 parent 1952caf commit 0d9f7d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Standalone/Paper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
tasks {
shadowJar {
configurations = listOf(project.configurations.runtimeClasspath.get())
archiveBaseName.set("TicketManager-Paper")
archiveBaseName.set("TMSE-Paper")

dependencies {
exclude { it.moduleGroup == "net.kyori" && it.moduleName != "adventure-extra-kotlin"}
Expand Down
2 changes: 1 addition & 1 deletion Standalone/Spigot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
tasks {
shadowJar {
configurations = listOf(project.configurations.runtimeClasspath.get())
archiveBaseName.set("TicketManager-Spigot")
archiveBaseName.set("TMSE-Spigot")

dependencies {
exclude { it.moduleGroup == "org.jetbrains.kotlin" }
Expand Down

0 comments on commit 0d9f7d2

Please sign in to comment.