mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 11:38:40 +01:00
Update buildscripts for Sponge Ore deployment
This commit is contained in:
parent
ee2de3cff1
commit
dcc4656e5e
@ -5,8 +5,9 @@ dependencies {
|
||||
compileOnly 'org.checkerframework:checker-qual:2.5.5'
|
||||
}
|
||||
|
||||
// disabled by default
|
||||
if (false && project.hasProperty('sonatypeUsername') && project.hasProperty('sonatypePassword')) {
|
||||
// Only used occasionally for deployment - not needed for normal builds.
|
||||
/*
|
||||
if (project.hasProperty('sonatypeUsername') && project.hasProperty('sonatypePassword')) {
|
||||
apply plugin: 'signing'
|
||||
|
||||
javadoc {
|
||||
@ -91,3 +92,4 @@ if (false && project.hasProperty('sonatypeUsername') && project.hasProperty('son
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
@ -56,3 +56,13 @@ shadowJar {
|
||||
artifacts {
|
||||
archives shadowJar
|
||||
}
|
||||
|
||||
// Only used occasionally for deployment - not needed for normal builds.
|
||||
/*
|
||||
apply plugin: 'signing'
|
||||
|
||||
signing {
|
||||
useGpgCmd()
|
||||
sign configurations.archives
|
||||
}
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user