backend/tests: Generate external test tasks in config stage
We generate tasks for external tests group during Gradle's configuration phase instead of using separate task (regenerate_external_tests)
This commit is contained in:
@@ -7,4 +7,3 @@ include ':backend.native'
|
||||
include ':runtime'
|
||||
include ':common'
|
||||
include ':backend.native:tests'
|
||||
include ':backend.native:tests:external'
|
||||
|
||||
Reference in New Issue
Block a user