Disable GPG sign by default (#111)

This commit is contained in:
Young Bu Park 2020-01-16 14:44:34 -08:00 committed by GitHub
parent c67d5678d0
commit da7bd2940f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<maven.deploy.skip>true</maven.deploy.skip>
<gpg.skip>true</gpg.skip>
</properties>
<distributionManagement>