Fix TCServiceMessagesClient compilation against Gradle 6.5
Method `isRoot` doesn't exist anymore in TestDescriptorInternal
This commit is contained in:
-1
@@ -392,7 +392,6 @@ internal open class TCServiceMessagesClient(
|
|||||||
override val descriptor: TestDescriptorInternal = object : DefaultTestSuiteDescriptor(settings.rootNodeName, localId) {
|
override val descriptor: TestDescriptorInternal = object : DefaultTestSuiteDescriptor(settings.rootNodeName, localId) {
|
||||||
override fun getOwnerBuildOperationId(): Any? = this@RootNode.ownerBuildOperationId
|
override fun getOwnerBuildOperationId(): Any? = this@RootNode.ownerBuildOperationId
|
||||||
override fun getParent(): TestDescriptorInternal? = null
|
override fun getParent(): TestDescriptorInternal? = null
|
||||||
override fun isRoot(): Boolean = true
|
|
||||||
override fun toString(): String = name
|
override fun toString(): String = name
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user