mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 01:39:43 +02:00
Fix dependencies
This commit is contained in:
parent
1b24da7f1e
commit
b2cca38ba7
2 changed files with 1 additions and 4 deletions
|
@ -70,10 +70,7 @@ allprojects {
|
|||
}
|
||||
|
||||
project.ext {
|
||||
slf4jVersion = '1.7.32'
|
||||
logbackVersion = '1.2.9'
|
||||
junitVersion = '5.8.2'
|
||||
picocliVersion = '4.6.2'
|
||||
rootConfigDir = new File(rootDir, 'config')
|
||||
gitCommit = getGitCommit()
|
||||
isContinuousIntegrationEnvironment = Boolean.parseBoolean(System.getenv('CI'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue