mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 17:59:43 +02:00
Move picocli version to version.gradle
This commit is contained in:
parent
aa346459e2
commit
a6be316ed2
2 changed files with 4 additions and 1 deletions
|
@ -18,9 +18,11 @@ dependencies {
|
|||
// Mocking Components
|
||||
testImplementation "org.mockito:mockito-core:$mockitoVersion"
|
||||
|
||||
// SOP
|
||||
implementation(project(":sop-java"))
|
||||
implementation "info.picocli:picocli:4.6.3"
|
||||
|
||||
// CLI
|
||||
implementation "info.picocli:picocli:$picocliVersion"
|
||||
// https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305
|
||||
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue