She compiles!

This commit is contained in:
Mariell Hoversholm
2020-10-08 01:22:19 +02:00
committed by Alexander Söderberg
parent ec23fcdd75
commit 9b1dc7d42e
3 changed files with 6 additions and 93 deletions

View File

@ -73,9 +73,6 @@ subprojects {
exclude(group = "mockito-core")
exclude(group = "dummypermscompat")
}
// Tests
testImplementation("junit:junit:4.13")
}
tasks {
@ -84,14 +81,15 @@ subprojects {
delete("../target")
}
}
withType<Test> {
useJUnitPlatform()
}
}
}
allprojects {
dependencies {
// Tests
testImplementation("junit:junit:4.13")
}
configure<JavaPluginConvention> {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = sourceCompatibility