forked from public-mirrors/HuskSync
Jitpack: Publish API docs and sources
parent
66af3065e3
commit
b0b39e684c
@ -1,22 +1,7 @@
|
||||
plugins {
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(path: ':bukkit', configuration: 'shadow')
|
||||
implementation project(path: ':api', configuration: 'shadow')
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
groupId = 'net.william278'
|
||||
artifactId = 'husksync-plugin'
|
||||
version = "$rootProject.version"
|
||||
artifact shadowJar
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue