Add bukkit-legacy build back to the main project

This commit is contained in:
Luck
2018-08-11 18:11:30 +01:00
Unverified
parent 03720665b3
commit 56df15caf8
12 changed files with 52 additions and 29 deletions
-2
View File
@@ -30,8 +30,6 @@ if (project.hasProperty('sonatypeUsername') && project.hasProperty('sonatypePass
}
uploadArchives {
enabled = true
repositories {
mavenDeployer {
beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }