1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-09 22:00:40 +02:00

Update API build script

This commit is contained in:
Luck
2019-04-01 14:00:21 +01:00
parent ce74813ce5
commit c7a0d7026c

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'