@@ -6,37 +6,37 @@ plugins {
6
6
}
7
7
8
8
dependencies {
9
- testCompile (project(" :core:descriptors" ))
10
- testCompile (project(" :core:descriptors.jvm" ))
11
- testCompile (project(" :compiler:util" ))
12
- testCompile (project(" :compiler:cli" ))
13
- testCompile (project(" :compiler:frontend" ))
14
- testCompile (project(" :compiler:backend" ))
15
- testCompile (project(" :compiler:incremental-compilation-impl" ))
16
- testCompile (project(" :compiler:frontend.java" ))
9
+ testApi (project(" :core:descriptors" ))
10
+ testApi (project(" :core:descriptors.jvm" ))
11
+ testApi (project(" :compiler:util" ))
12
+ testApi (project(" :compiler:cli" ))
13
+ testApi (project(" :compiler:frontend" ))
14
+ testApi (project(" :compiler:backend" ))
15
+ testApi (project(" :compiler:incremental-compilation-impl" ))
16
+ testApi (project(" :compiler:frontend.java" ))
17
17
18
- testCompile (kotlinStdlib())
19
- testCompile (project(" :kotlin-reflect" ))
20
- testCompile (projectTests(" :compiler:tests-common" ))
21
- testCompile (commonDep(" junit:junit" ))
18
+ testApi (kotlinStdlib())
19
+ testApi (project(" :kotlin-reflect" ))
20
+ testApi (projectTests(" :compiler:tests-common" ))
21
+ testApi (commonDep(" junit:junit" ))
22
22
testApi(projectTests(" :compiler:test-infrastructure" ))
23
23
testApi(projectTests(" :compiler:test-infrastructure-utils" ))
24
24
testApi(projectTests(" :compiler:tests-compiler-utils" ))
25
25
testApi(projectTests(" :compiler:tests-common-new" ))
26
26
27
- testCompile (commonDep(" junit:junit" ))
27
+ testApi (commonDep(" junit:junit" ))
28
28
29
- testCompile (intellijDep()) { includeJars(" util" , " idea" , " idea_rt" , rootProject = rootProject) }
30
- testCompile (intellijDep()) { includeJars(" groovy" , rootProject = rootProject) }
29
+ testApi (intellijDep()) { includeJars(" util" , " idea" , " idea_rt" , rootProject = rootProject) }
30
+ testApi (intellijDep()) { includeJars(" groovy" , rootProject = rootProject) }
31
31
32
- testCompile (intellijPluginDep(" java" )) { includeJars(" jps-builders" ) }
33
- testCompile (jpsStandalone()) { includeJars(" jps-model" ) }
34
- testCompile (jpsBuildTest())
32
+ testApi (intellijPluginDep(" java" )) { includeJars(" jps-builders" ) }
33
+ testApi (jpsStandalone()) { includeJars(" jps-model" ) }
34
+ testApi (jpsBuildTest())
35
35
36
- testRuntimeOnly(compile( intellijCoreDep()) { includeJars(" intellij-core" ) })
37
- testRuntimeOnly(compile( intellijDep()) { includeJars(" jna" , rootProject = rootProject) })
36
+ testRuntimeOnly(intellijCoreDep()) { includeJars(" intellij-core" ) }
37
+ testRuntimeOnly(intellijDep()) { includeJars(" jna" , rootProject = rootProject) }
38
38
39
- testCompile (" org.junit.platform:junit-platform-launcher:${commonVer(" org.junit.platform" , " " )} " )
39
+ testApi (" org.junit.platform:junit-platform-launcher:${commonVer(" org.junit.platform" , " " )} " )
40
40
}
41
41
42
42
sourceSets {
0 commit comments