1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 10:19:39 +02:00

Rework dependencies

This commit is contained in:
Paul Schaub 2021-09-17 18:16:58 +02:00
parent 895adb24c6
commit 5e2286de0d
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
4 changed files with 12 additions and 24 deletions

View file

@ -62,6 +62,7 @@ allprojects {
project.ext {
slf4jVersion = '1.7.32'
junitVersion = '5.7.2'
picocliVersion = '4.6.1'
rootConfigDir = new File(rootDir, 'config')
gitCommit = getGitCommit()
isContinuousIntegrationEnvironment = Boolean.parseBoolean(System.getenv('CI'))