create DistributionTest

This commit is contained in:
dfsek
2021-01-16 14:37:00 -07:00
parent 20de531c8f
commit b2c3498a32
5 changed files with 219 additions and 2 deletions

View File

@@ -19,6 +19,8 @@ fun Project.configureDependencies() {
dependencies {
"testImplementation"("org.junit.jupiter:junit-jupiter-api:5.7.0")
"testImplementation"("org.yaml:snakeyaml:1.27")
"testImplementation"("com.googlecode.json-simple:json-simple:1.1.1")
"testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.7.0")
"compileOnly"("org.jetbrains:annotations:20.1.0")
}