Reuse other CLI components in PGPeasy

This commit is contained in:
Paul Schaub 2022-04-11 19:07:09 +02:00
parent a0c2fc468a
commit 76dde5c91f
14 changed files with 76 additions and 203 deletions

14
version.gradle Normal file
View file

@ -0,0 +1,14 @@
allprojects {
ext {
bouncyCastleVersion = '1.71'
slf4jVersion = '1.7.36'
logbackVersion = '1.2.11'
junitVersion = '5.8.2'
sopJavaVersion = '1.2.3'
picocliVersion = '4.6.3'
pgpainlessVersion = '1.2.1'
wkdVersion = '0.1.1'
vksVersion = '0.1.2'
certDPgpainlessVersion = '0.1.2'
}
}