Create basic WKDCLI implementation

This commit is contained in:
Paul Schaub 2022-02-21 14:16:55 +01:00
parent a006aa11b9
commit 9abe217de0
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
8 changed files with 168 additions and 30 deletions

View file

@ -72,7 +72,7 @@ allprojects {
project.ext {
junitVersion = '5.8.2'
slf4jVersion = '1.7.32'
logbackVersion = '1.2.9'
logbackVersion = '1.2.10'
rootConfigDir = new File(rootDir, 'config')
gitCommit = getGitCommit()
isContinuousIntegrationEnvironment = Boolean.parseBoolean(System.getenv('CI'))