Skip to content

Commit b67f970

Browse files
authored
Enable tests on core
1 parent 879647c commit b67f970

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

core/build.gradle.kts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ sourceSets{
2323
exclude("**/*.java")
2424
}
2525
}
26+
test{
27+
java{
28+
srcDirs("test")
29+
}
30+
}
2631
}
2732

2833
dependencies {
@@ -70,4 +75,4 @@ tasks.test {
7075
}
7176
tasks.withType<Jar> {
7277
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
73-
}
78+
}

0 commit comments

Comments
 (0)