Move code conformance tests from compiler tests

#KTI-962
This commit is contained in:
Bogdan Mukvich
2022-11-03 11:49:51 +01:00
committed by Space Team
parent dec0946896
commit 080b034950
7 changed files with 37 additions and 19 deletions
-3
View File
@@ -35,9 +35,6 @@ dependencies {
testImplementation(commonDependency("org.jetbrains.kotlin:kotlin-reflect")) { isTransitive = false }
testImplementation(toolsJar())
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.12.7")
testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.12.7")
testImplementation("com.fasterxml.woodstox:woodstox-core:6.2.4")
antLauncherJar(commonDependency("org.apache.ant", "ant"))
antLauncherJar(toolsJar())