Skip to content

Commit 9c6421f

Browse files
committed
Support gw run
1 parent 130f386 commit 9c6421f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,10 @@ diffCoverageReport {
306306
}
307307
}
308308

309+
run {
310+
useCluster testClusters.integTest
311+
}
312+
309313
// updateVersion: Task to auto update version to the next development iteration
310314
task updateVersion {
311315
onlyIf { System.getProperty('newVersion') }

0 commit comments

Comments
 (0)