buildSrc: Save test results to JSON

This commit is contained in:
Ilya Matveev
2017-01-24 16:05:23 +03:00
committed by ilmat192
parent a4c4b1e7af
commit c04233aebb
2 changed files with 48 additions and 18 deletions
-5
View File
@@ -1,10 +1,5 @@
import com.google.common.collect.Lists
import groovy.io.FileType
import org.jetbrains.kotlin.*
import java.nio.file.*
import java.util.regex.Matcher
configurations {
cli_bc
}