dev
This commit is contained in:
@@ -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<JavaCompile> {
|
||||
|
||||
Reference in New Issue
Block a user