diff --git a/build.gradle.kts b/build.gradle.kts index c77e0e71..1a5f35d6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ fun writeStoredEntry(output: ZipOutputStream, name: String, content: ByteArray) } plugins { - id("java") + id("java-library") } java { @@ -59,7 +59,7 @@ dependencies { } configurations { - compileOnly.get().extendsFrom(hytaleServer) + api.get().extendsFrom(hytaleServer) } tasks.withType {