added dep for parser
This commit is contained in:
parent
9541ab5718
commit
e2c82e24a3
@ -40,10 +40,11 @@ configurations {
|
||||
|
||||
dependencies {
|
||||
bundle 'org.json:json:20220924'
|
||||
bundle 'com.beust:jcommander:1.78'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
|
||||
}
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user