More build changes
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
@@ -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"
|
|
||||||
Reference in New Issue
Block a user