Build: Upgradle gradle to 6.7
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
|
||||||
distributionSha256Sum=7873ed5287f47ca03549ab8dcb6dc877ac7f0e3d7b1eb12685161d10080910ac
|
distributionSha256Sum=8ad57759019a9233dc7dc4d1a530cefe109dc122000d57f7e623f8cf4ba9dfc4
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|||||||
+1
-1
@@ -44,7 +44,7 @@ class TCServiceMessagesTestExecutor(
|
|||||||
|
|
||||||
override fun execute(spec: TCServiceMessagesTestExecutionSpec, testResultProcessor: TestResultProcessor) {
|
override fun execute(spec: TCServiceMessagesTestExecutionSpec, testResultProcessor: TestResultProcessor) {
|
||||||
spec.wrapExecute {
|
spec.wrapExecute {
|
||||||
val rootOperation = buildOperationExecutor.currentOperation.parentId
|
val rootOperation = buildOperationExecutor.currentOperation.parentId!!
|
||||||
|
|
||||||
val client = spec.createClient(testResultProcessor, log)
|
val client = spec.createClient(testResultProcessor, log)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user