Commit Graph

28 Commits

Author SHA1 Message Date
Paul Schaub aafc9be888
Switch to Jupiter JUnit for tests 2020-11-13 16:31:59 +01:00
Paul Schaub 8a2f74a603
Fix javadoc generation on java 11
See https://github.com/gradle/gradle/issues/11182
2020-08-30 22:34:29 +02:00
Paul Schaub 686f017864 gradle.build: ensure 'git' command is run in project dir 2020-08-24 14:56:42 +02:00
Florian Schmaus 74be25b763 gradle: fix missing Maven POM 'description' value
With the maven-publish plugin, description needs to be assigned, not
called.
2020-04-16 12:05:43 +02:00
Florian Schmaus 819847be4b gradle: use gpg (agent) for signing 2020-04-14 15:27:30 +02:00
Florian Schmaus f0583a6706 gradle: switch to 'maven-publish' plugin
It is time to switch from the original, depreacted publishing
mechanism based on the 'maven' plugin, to the new mechanism.
2020-04-14 15:25:07 +02:00
Paul Schaub 100093f1f3
Bump jacoco to 0.8.5 2020-01-09 19:05:50 +01:00
Paul Schaub e09e580214
Bump checkstyle to 8.18 2020-01-09 19:04:50 +01:00
Paul Schaub 4d0b416b41
Bump coveralls to 2.8.2 2020-01-09 19:03:06 +01:00
Paul Schaub 36c871f198
Allow different providers than BC 2019-04-02 21:11:16 +02:00
Paul Schaub 4dbb4311ad
Add jacocoRootReport task 2018-07-24 17:31:21 +02:00
Paul Schaub ef5ee8ed1b
Add coveralls 2018-07-24 16:23:24 +02:00
Paul Schaub e7a6df5a87
Improve OpenPgpV4FingerprintTests 2018-07-24 14:28:41 +02:00
Paul Schaub 9b68ee67d9
Add jacoco 2018-07-24 13:00:57 +02:00
Paul Schaub cdf2fd4aca
PGPainless 0.0.1-alpha1 2018-07-19 16:09:37 +02:00
Paul Schaub 39c5464c37
Rename module painless-core -> pgpainless-core
Fix build.gradle
2018-07-19 00:15:06 +02:00
Paul Schaub e6dabe0775
WIP: Fix build.gradle 2018-07-18 18:44:38 +02:00
Paul Schaub 8b40bfc9ef
WIP: Move code to submodule and improve build script 2018-07-18 18:23:06 +02:00
Paul Schaub 743fbf5ee4
Fix key selection and create test for BC issue 2018-07-11 19:01:13 +02:00
Paul Schaub 6fa7c33b7a
Bump bc 2018-07-09 10:47:41 +02:00
Paul Schaub 848b61417b
Refactoring 2018-07-06 14:09:36 +02:00
Paul Schaub 5ec1e1a128
Add checkstyle rules 2018-07-02 21:40:59 +02:00
Paul Schaub 992bff6b3f
Rename package to org.pgpainless.pgpainless 2018-06-28 18:25:11 +02:00
Florian Schmaus 498ac80fd7 Add 'eclipse' plugin to gradle.build 2018-06-28 17:13:26 +02:00
Paul Schaub f26e17848d
Fix ugly bug: Use our private key on our enc session key 2018-06-26 16:34:41 +02:00
Paul Schaub 2ba0200047
Add maven plugin 2018-06-07 18:11:08 +02:00
Paul Schaub ebb06494dd
Simplify Key Generator API and allow EC keys to be generated 2018-06-04 14:50:09 +02:00
Paul Schaub 6dd2e83acf
Initial commit 2018-06-02 21:21:35 +02:00