Hephaistos Gson support is part of the API, not the implementation

This commit is contained in:
jglrxavpok 2020-10-16 12:21:53 +02:00
parent 36bc0f25c9
commit eda9e073d6

View File

@ -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")
}