mirror of
https://github.com/lightbend/config.git
synced 2025-02-22 09:10:32 +08:00
don't mess up the PGP plugin
No need to add the settings a second time, which resulted in signing the signatures. No need to use GPG, it uses its built-in stuff.
This commit is contained in:
parent
5093213c12
commit
3ce0997adc
@ -1,4 +1,3 @@
|
||||
import com.jsuereth.pgp.sbtplugin.PgpPlugin
|
||||
import de.johoop.findbugs4sbt.FindBugs._
|
||||
import de.johoop.findbugs4sbt.ReportType
|
||||
import de.johoop.jacoco4sbt._
|
||||
@ -34,11 +33,3 @@ seq(javadocSettings: _*)
|
||||
JavadocKeys.javadocOptions += "-exclude com.typesafe.config.impl"
|
||||
|
||||
doc in Compile <<= JavadocKeys.javadoc
|
||||
|
||||
seq(PgpPlugin.configurationSettings : _*)
|
||||
|
||||
seq(PgpPlugin.signingSettings : _*)
|
||||
|
||||
PgpPlugin.useGpg := true
|
||||
|
||||
//PgpPlugin.useGpgAgent := true
|
||||
|
Loading…
Reference in New Issue
Block a user