mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2025-03-11 14:22:21 +01:00
Update API build script
This commit is contained in:
parent
ce74813ce5
commit
c7a0d7026c
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user