aboutsummaryrefslogtreecommitdiff
path: root/src/sbt-test/sbt-gpg/simple/build.sbt
Commit message (Collapse)AuthorAgeFilesLines
* Added gpgWarnOnFailure (#6)Daniel Spiewak2018-08-141-1/+1
| | | | | | | | | | * Added gpgWarnOnFailure key (name subject to bikeshedding) and associated semantics * Added stderr redirect to gpg command * Corrected test to use `publish / packagedArtifacts` * Updated README for new fail-on-failure default for publish (and tweaked a couple other things)
* Use RSA key (instead of ECC) to enable testing with older versions of GPGJakob Odersky2018-06-071-1/+1
|
* Add testsJakob Odersky2018-06-061-0/+34