chore: publish plugin
This commit is contained in:
parent
7748fcb040
commit
0a6b2f4fea
1 changed files with 15 additions and 0 deletions
|
@ -42,4 +42,19 @@ shadowJar {
|
|||
minimize()
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
from components.java
|
||||
artifactId = "znpcsplus-plugin"
|
||||
|
||||
pom {
|
||||
name.set("znpcsplus-plugin")
|
||||
description.set("The API for the ZNPCsPlus plugin")
|
||||
url.set("https://github.com/Pyrbu/ZNPCsPlus")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tasks.assemble.dependsOn shadowJar
|
Loading…
Reference in a new issue