Skip to content

Commit 882820b

Browse files
committed
chore(build): remove testType setting from buildscript
Gradle removed this I guess?
1 parent 95d1027 commit 882820b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ subprojects {
4444
implementation(project())
4545
implementation(project(":spongegradle-testlib"))
4646
}
47-
testType.set(TestSuiteType.FUNCTIONAL_TEST)
4847
targets {
4948
testTargets.forEach { runtimeVersion ->
5049
register("functionalTestJava$runtimeVersion") {

0 commit comments

Comments
 (0)