mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-27 20:34:03 +00:00
Added signing plugin
This commit is contained in:
@@ -8,6 +8,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
|
id 'signing'
|
||||||
id 'org.spongepowered.plugin' version '0.8.1'
|
id 'org.spongepowered.plugin' version '0.8.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -42,3 +43,8 @@ shadowJar {
|
|||||||
artifacts {
|
artifacts {
|
||||||
archives shadowJar
|
archives shadowJar
|
||||||
}
|
}
|
||||||
|
|
||||||
|
signing {
|
||||||
|
required false
|
||||||
|
sign shadowJar
|
||||||
|
}
|
Reference in New Issue
Block a user