Fix generators tests compilation

This commit is contained in:
Ilya Chernikov
2017-08-13 23:20:01 +02:00
parent 513ab08edd
commit fac2c16999
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -54,3 +54,5 @@ tasks.withType<Test> {
environment("NO_FS_ROOTS_ACCESS_CHECK", "true")
ignoreFailures = true
}
testsJar()