Skip to content

Commit

Permalink
Update module name
Browse files Browse the repository at this point in the history
  • Loading branch information
lucko committed Oct 20, 2024
1 parent 34fe9d5 commit 3785a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}

rootProject.name = 'spark'
rootProject.name = 'spark-extra-platforms'
include (
'spark-folia',
'spark-geyser',
Expand Down
2 changes: 1 addition & 1 deletion spark-folia/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tasks {
}

shadowJar {
archiveFileName = "spark-${project.pluginVersion}-bukkit.jar"
archiveFileName = "spark-${project.pluginVersion}-folia.jar"

relocate 'net.kyori.adventure', 'me.lucko.spark.lib.adventure'
relocate 'net.kyori.examination', 'me.lucko.spark.lib.adventure.examination'
Expand Down

0 comments on commit 3785a4e

Please sign in to comment.