Add wkd-test-suite module

This commit is contained in:
Paul Schaub 2022-03-02 17:01:30 +01:00
parent 79af7ccab6
commit 049c14b779
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
12 changed files with 677 additions and 2 deletions

View file

@ -73,6 +73,7 @@ allprojects {
junitVersion = '5.8.2'
slf4jVersion = '1.7.32'
logbackVersion = '1.2.10'
pgpainlessVersion = '1.1.1'
rootConfigDir = new File(rootDir, 'config')
gitCommit = getGitCommit()
isContinuousIntegrationEnvironment = Boolean.parseBoolean(System.getenv('CI'))