Build: update grovy dependencies in :compiler:tests-spec

This commit is contained in:
Dmitriy Novozhilov
2020-11-17 15:32:25 +03:00
parent 07dd9179e8
commit e4e28a5495
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ plugins {
dependencies {
testCompile(projectTests(":compiler"))
testCompileOnly(intellijDep()) {
includeJars("groovy-all", rootProject = rootProject)
includeJars("groovy", "groovy-xml", rootProject = rootProject)
}
testCompile(intellijDep()) {
includeJars("gson", rootProject = rootProject)