aboutsummaryrefslogtreecommitdiff
path: root/core/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'core/build.gradle')
-rw-r--r--core/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/build.gradle b/core/build.gradle
index f3fe35e4..ea1ab325 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -21,7 +21,7 @@ allprojects {
}
dependencies {
- compile project(":integration")
+// compile project(":integration")
compile project(path: ":coreDependencies", configuration: "shadow")
compile "org.jetbrains.kotlin:kotlin-stdlib:$bundled_kotlin_compiler_version"
@@ -50,7 +50,7 @@ dependencies {
testImplementation "org.jetbrains.kotlin:kotlin-stdlib-js:$bundled_kotlin_compiler_version"
testImplementation "org.jetbrains.kotlin:kotlin-stdlib-common:$bundled_kotlin_compiler_version"
- testImplementation project(":core:testApi")
+// testImplementation project(":core:testApi")
testCompile ideaRT()
}