added dep for parser

This commit is contained in:
Capelier-Marla 2022-12-12 22:50:43 +01:00
parent 9541ab5718
commit e2c82e24a3

View File

@ -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()
}
}