Add native dependencies to idea-maven module tests

This commit is contained in:
Mikhail Glukhikh
2018-09-08 12:10:46 +03:00
parent 9887db1f9b
commit bf23dac7ff
5 changed files with 20 additions and 0 deletions
+4
View File
@@ -28,6 +28,10 @@ dependencies {
testCompileOnly(intellijDep())
testCompileOnly(intellijPluginDep("maven"))
testCompile(project(":idea:idea-native")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-library-reader")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
testRuntime(projectDist(":kotlin-reflect"))
testRuntime(project(":idea:idea-jvm"))
testRuntime(project(":idea:idea-android"))
+4
View File
@@ -28,6 +28,10 @@ dependencies {
testCompileOnly(intellijDep())
testCompileOnly(intellijPluginDep("maven"))
testCompile(project(":idea:idea-native")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-library-reader")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
testRuntime(projectDist(":kotlin-reflect"))
testRuntime(project(":idea:idea-jvm"))
testRuntime(project(":idea:idea-android"))
+4
View File
@@ -28,6 +28,10 @@ dependencies {
testCompileOnly(intellijDep())
//testCompileOnly(intellijPluginDep("maven"))
testCompile(project(":idea:idea-native")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-library-reader")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
testRuntime(projectDist(":kotlin-reflect"))
testRuntime(project(":idea:idea-jvm"))
testRuntime(project(":idea:idea-android"))
+4
View File
@@ -28,6 +28,10 @@ dependencies {
testCompileOnly(intellijDep())
//testCompileOnly(intellijPluginDep("maven"))
testCompile(project(":idea:idea-native")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-library-reader")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
testRuntime(projectDist(":kotlin-reflect"))
testRuntime(project(":idea:idea-jvm"))
testRuntime(project(":idea:idea-android"))
+4
View File
@@ -28,6 +28,10 @@ dependencies {
testCompileOnly(intellijDep())
//testCompileOnly(intellijPluginDep("maven"))
testCompile(project(":idea:idea-native")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-library-reader")) { isTransitive = false }
testRuntime(project(":kotlin-native:kotlin-native-utils")) { isTransitive = false }
testRuntime(projectDist(":kotlin-reflect"))
testRuntime(project(":idea:idea-jvm"))
testRuntime(project(":idea:idea-android"))