Enable tests on core

This commit is contained in:
Stef Tervelde
2025-03-13 13:06:52 +01:00
committed by GitHub
parent 879647ceea
commit b67f9707c4
+6 -1
View File
@@ -23,6 +23,11 @@ sourceSets{
exclude("**/*.java")
}
}
test{
java{
srcDirs("test")
}
}
}
dependencies {
@@ -70,4 +75,4 @@ tasks.test {
}
tasks.withType<Jar> {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}
}