Skip to content

Commit c1ae958

Browse files
committed
chore: make BatchTest() task abstract to make it compatible with further Gradle versions
1 parent cb1f108 commit c1ae958

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • build-logic/batchtest/src/main/kotlin/org/apache/jmeter/buildtools/batchtest

build-logic/batchtest/src/main/kotlin/org/apache/jmeter/buildtools/batchtest/BatchTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import java.net.InetAddress
4040
import java.net.ServerSocket
4141
import javax.inject.Inject
4242

43-
open class BatchTest @Inject constructor(objects: ObjectFactory) : JavaExec() {
43+
abstract class BatchTest @Inject constructor(objects: ObjectFactory) : JavaExec() {
4444
companion object {
4545
const val BATCH_TESTS_GROUP_NAME = "Batch test"
4646
}

0 commit comments

Comments
 (0)