generate fabric server runs

This commit is contained in:
Jared 2021-09-29 21:00:26 +02:00
parent 61b347c5cf
commit 30f8fae27e
No known key found for this signature in database
GPG Key ID: DB3BA3B9088A1BDF

View File

@ -24,6 +24,11 @@ loom {
setConfigName("Fabric Client")
ideConfigGenerated(true)
}
server {
server()
setConfigName("Fabric Server")
ideConfigGenerated(true)
}
}
}
@ -42,10 +47,6 @@ tasks.withType(JavaCompile).configureEach {
it.options.release = 16
}
java {
withSourcesJar()
}
tasks.withType(JavaCompile) {
source(project(":Common").sourceSets.main.allSource)
}