1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-12-16 09:11:08 +01:00

Add tests for SharedPGPCertificateDirectoryAdapter

This commit is contained in:
Paul Schaub 2022-02-11 19:33:54 +01:00
parent 0ef4f3b781
commit 04be9d9dcc
9 changed files with 286 additions and 2 deletions

View file

@ -75,6 +75,7 @@ allprojects {
logbackVersion = '1.2.9'
junitVersion = '5.8.2'
sopJavaVersion = '1.2.0'
mockitoVersion = '4.2.0'
rootConfigDir = new File(rootDir, 'config')
gitCommit = getGitCommit()
isContinuousIntegrationEnvironment = Boolean.parseBoolean(System.getenv('CI'))