mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
bump minimessage so it compiles
This commit is contained in:
parent
554efbb057
commit
a822a70f00
@ -16,7 +16,7 @@ dependencies {
|
|||||||
implementation("org.khelekore:prtree:1.7.0-SNAPSHOT")
|
implementation("org.khelekore:prtree:1.7.0-SNAPSHOT")
|
||||||
// Adventure related stuff
|
// Adventure related stuff
|
||||||
implementation('net.kyori:adventure-api:4.0.0-SNAPSHOT')
|
implementation('net.kyori:adventure-api:4.0.0-SNAPSHOT')
|
||||||
implementation('net.kyori:adventure-text-minimessage:3.0.0-SNAPSHOT')
|
implementation('net.kyori:adventure-text-minimessage:4.0.0-SNAPSHOT')
|
||||||
compile("com.google.inject:guice:4.2.3")
|
compile("com.google.inject:guice:4.2.3")
|
||||||
compile("com.google.inject.extensions:guice-assistedinject:4.2.3")
|
compile("com.google.inject.extensions:guice-assistedinject:4.2.3")
|
||||||
compile group: 'com.google.code.findbugs', name: 'annotations', version: '3.0.1'
|
compile group: 'com.google.code.findbugs', name: 'annotations', version: '3.0.1'
|
||||||
@ -82,7 +82,7 @@ shadowJar {
|
|||||||
include(dependency('net.kyori:adventure-gson:4.0.0-SNAPSHOT'))
|
include(dependency('net.kyori:adventure-gson:4.0.0-SNAPSHOT'))
|
||||||
include(dependency('net.kyori:adventure-legacy:4.0.0-SNAPSHOT'))
|
include(dependency('net.kyori:adventure-legacy:4.0.0-SNAPSHOT'))
|
||||||
include(dependency('net.kyori:adventure-plain:4.0.0-SNAPSHOT'))
|
include(dependency('net.kyori:adventure-plain:4.0.0-SNAPSHOT'))
|
||||||
include(dependency('net.kyori:adventure-text-minimessage:3.0.0-SNAPSHOT'))
|
include(dependency('net.kyori:adventure-text-minimessage:4.0.0-SNAPSHOT'))
|
||||||
include(dependency('org.khelekore:prtree:1.7.0-SNAPSHOT'))
|
include(dependency('org.khelekore:prtree:1.7.0-SNAPSHOT'))
|
||||||
}
|
}
|
||||||
relocate('net.kyori.text', 'com.plotsquared.formatting.text')
|
relocate('net.kyori.text', 'com.plotsquared.formatting.text')
|
||||||
|
Loading…
Reference in New Issue
Block a user