Skip to content

Commit

Permalink
Build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Mar 15, 2024
1 parent 61ca266 commit 7dd235f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions gradle/build-logic/src/main/kotlin/tabtps.platform.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ tasks {
assemble {
dependsOn(copyJar)
}
shadowJar {
mergeServiceFiles()
}
}

publishMods.modrinth {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ slf4jApi = { group = "org.slf4j", name = "slf4j-api", version.ref = "slf4j" }
slf4jJdk14 = { group = "org.slf4j", name = "slf4j-jdk14", version.ref = "slf4j" }
log4jSlf4jImpl = { group = "org.apache.logging.log4j", name = "log4j-slf4j-impl", version.ref = "log4jSlf4jImpl" }

legacyPluginBase = { group = "xyz.jpenilla", name = "legacy-plugin-base", version = "0.0.1+103-SNAPSHOT" }
legacyPluginBase = { group = "xyz.jpenilla", name = "legacy-plugin-base", version = "0.0.1+108-SNAPSHOT" }

gson = { group = "com.google.code.gson", name = "gson", version.ref = "gson" }
guava = { group = "com.google.guava", name = "guava", version.ref = "guava" }
Expand Down
2 changes: 1 addition & 1 deletion spigot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tasks {
minimize()
sequenceOf(
"org.slf4j",
"cloud.commandframework",
"org.incendo.cloud",
"io.leangen.geantyref",
"io.papermc.lib",
"net.kyori",
Expand Down
2 changes: 1 addition & 1 deletion sponge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ tasks {
sequenceOf(
"net.kyori.adventure.text.feature.pagination",
"net.kyori.adventure.serializer.configurate4",
"cloud.commandframework",
"org.incendo.cloud",
"org.spongepowered.configurate",
"com.typesafe.config",
"xyz.jpenilla.jmplib"
Expand Down

0 comments on commit 7dd235f

Please sign in to comment.