JFronny
a67d1dbbd6
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
The only reason it needed to be separate was logging during ultra early init in Minecraft. I can figure out something else for that.
20 lines
308 B
Plaintext
20 lines
308 B
Plaintext
import io.gitlab.jfronny.scripts.*
|
|
|
|
plugins {
|
|
commons.library
|
|
}
|
|
|
|
dependencies {
|
|
}
|
|
|
|
publishing {
|
|
publications {
|
|
create<MavenPublication>("maven") {
|
|
groupId = "io.gitlab.jfronny"
|
|
artifactId = "commons-http-server"
|
|
|
|
from(components["java"])
|
|
}
|
|
}
|
|
}
|