More build changes

This commit is contained in:
Auxilor
2022-04-05 13:12:29 +01:00
parent df529ba239
commit 2d47593f51
2 changed files with 4 additions and 8 deletions

View File

@@ -94,11 +94,11 @@ allprojects {
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
// Adventure // Adventure
compileOnly("net.kyori:adventure-api:4.10.1") implementation("net.kyori:adventure-api:4.10.1")
compileOnly("net.kyori:adventure-text-serializer-gson:4.10.1") { implementation("net.kyori:adventure-text-serializer-gson:4.10.1") {
exclude("com.google.code.gson", "gson") // Prevent shading into the jar exclude("com.google.code.gson", "gson") // Prevent shading into the jar
} }
compileOnly("net.kyori:adventure-text-serializer-legacy:4.10.1") implementation("net.kyori:adventure-text-serializer-legacy:4.10.1")
// Other // Other
implementation("com.github.ben-manes.caffeine:caffeine:3.0.6") implementation("com.github.ben-manes.caffeine:caffeine:3.0.6")

View File

@@ -43,7 +43,3 @@ softdepend:
- CustomCrafting - CustomCrafting
- ExecutableItems - ExecutableItems
- RPGHorses - RPGHorses
libraries: # Stuck using lib-loader for these
- "net.kyori:adventure-api:4.10.1"
- "net.kyori:adventure-text-serializer-gson:4.10.1"
- "net.kyori:adventure-text-serializer-legacy:4.10.1"