Update buildscripts for Sponge Ore deployment
This commit is contained in:
@@ -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
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user