Skip to content

Commit 1f784f4

Browse files
Remove TestSuiteType API call for Gradle 9.x compatibility
The TestSuiteType enum was removed in Gradle 9.x. The testType property is no longer needed as Gradle automatically infers the test suite type.
1 parent 41efe1b commit 1f784f4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ testing {
105105
}
106106

107107
integration(JvmTestSuite) {
108-
testType = TestSuiteType.INTEGRATION_TEST
109108
useJUnitJupiter()
110109

111110
dependencies {

0 commit comments

Comments
 (0)