This commit is contained in:
2023-05-04 21:18:04 +08:00
parent 4b65a2459b
commit f971211e33
34 changed files with 90 additions and 87 deletions
+5 -1
View File
@@ -15,10 +15,14 @@ dependencies {
compileOnly("io.github.waterfallmc:waterfall-api:1.19-R0.1-SNAPSHOT")
}
java {
withSourcesJar()
}
publishing {
publications {
val release by getting(MavenPublication::class) {
artifact(tasks.jar)
from(components["java"])
}
}
}