mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 11:44:42 +02:00
She compiles!
This commit is contained in:

committed by
Alexander Söderberg

parent
ec23fcdd75
commit
9b1dc7d42e
@ -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
|
||||
|
Reference in New Issue
Block a user