Initial commit
This commit is contained in:
commit
2656f63942
13 changed files with 709 additions and 0 deletions
18
version.gradle
Normal file
18
version.gradle
Normal file
|
@ -0,0 +1,18 @@
|
|||
// SPDX-FileCopyrightText: 2021 Paul Schaub <info@pgpainless.org>
|
||||
//
|
||||
// SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
allprojects {
|
||||
ext {
|
||||
shortVersion = '0.0.1'
|
||||
isSnapshot = true
|
||||
javaSourceCompatibility = 1.8
|
||||
bouncycastleVersion = '1.77'
|
||||
junitVersion = '5.8.2'
|
||||
jsrVersion = '3.0.2'
|
||||
slf4jVersion = '1.7.36'
|
||||
logbackVersion = '1.2.13'
|
||||
picocliVersion = '4.6.3'
|
||||
jacksonDataBindVersion = '2.15.2'
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue