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