mirror of
https://codeberg.org/PGPainless/pgpeasy.git
synced 2025-09-09 03:09:40 +02:00
Reuse other CLI components in PGPeasy
This commit is contained in:
parent
a0c2fc468a
commit
76dde5c91f
14 changed files with 76 additions and 203 deletions
14
version.gradle
Normal file
14
version.gradle
Normal 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'
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue