Publish sources and javadoc

This commit is contained in:
Jakob K
2021-12-12 03:52:05 +01:00
parent 69d9be0af8
commit 5a1cace54b
2 changed files with 5 additions and 3 deletions

View File

@@ -71,6 +71,8 @@ publishing {
publications {
create<MavenPublication>(project.name) {
artifact(tasks.reobfJar)
artifact(tasks.named("javadocJar"))
artifact(tasks.named("sourcesJar"))
this.groupId = project.group.toString()
this.artifactId = project.name.toLowerCase()