mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-15 23:26:21 +01:00
Hephaistos Gson support is part of the API, not the implementation
This commit is contained in:
parent
36bc0f25c9
commit
eda9e073d6
@ -142,8 +142,8 @@ dependencies {
|
||||
|
||||
api "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
|
||||
api("com.github.jglrxavpok:Hephaistos:${project.hephaistos_version}")
|
||||
implementation("com.github.jglrxavpok:Hephaistos:${project.hephaistos_version}:gson")
|
||||
implementation("com.github.jglrxavpok:Hephaistos:${project.hephaistos_version}") {
|
||||
api("com.github.jglrxavpok:Hephaistos:${project.hephaistos_version}:gson")
|
||||
api("com.github.jglrxavpok:Hephaistos:${project.hephaistos_version}") {
|
||||
capabilities {
|
||||
requireCapability("org.jglrxavpok.nbt:Hephaistos-gson")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user