Update API build script

This commit is contained in:
Luck
2019-04-01 14:00:21 +01:00
Unverified
parent ce74813ce5
commit c7a0d7026c
+4
View File
@@ -49,6 +49,10 @@ if (project.hasProperty('sonatypeUsername') && project.hasProperty('sonatypePass
authentication(userName: sonatypeUsername, password: sonatypePassword)
}
snapshotRepository(url: 'https://oss.sonatype.org/content/repositories/snapshots/') {
authentication(userName: sonatypeUsername, password: sonatypePassword)
}
pom {
project {
name 'LuckPerms API'