config support

This commit is contained in:
legendary-cookie
2021-10-18 19:11:05 +02:00
parent bdabf0017a
commit 2c6ca541e0
11 changed files with 71 additions and 31 deletions
+2 -6
View File
@@ -11,12 +11,8 @@ repositories {
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
}
test {
useJUnitPlatform()
implementation 'org.yaml:snakeyaml:1.29'
implementation group: 'commons-io', name: 'commons-io', version: '2.6'
}
jar {