This commit is contained in:
luk
2026-02-25 18:15:32 +00:00
parent 216b4e410a
commit 5df1ed3ad1

View File

@@ -29,7 +29,7 @@ fun writeStoredEntry(output: ZipOutputStream, name: String, content: ByteArray)
} }
plugins { plugins {
id("java") id("java-library")
} }
java { java {
@@ -59,7 +59,7 @@ dependencies {
} }
configurations { configurations {
compileOnly.get().extendsFrom(hytaleServer) api.get().extendsFrom(hytaleServer)
} }
tasks.withType<JavaCompile> { tasks.withType<JavaCompile> {