mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 10:19:39 +02:00
Rework dependencies
This commit is contained in:
parent
895adb24c6
commit
5e2286de0d
4 changed files with 12 additions and 24 deletions
|
@ -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'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue