Build: Fix intellij dependency leak from ir tree module
This commit is contained in:
@@ -13,6 +13,8 @@ dependencies {
|
||||
|
||||
compile(files("${System.getProperty("java.home")}/../lib/tools.jar"))
|
||||
|
||||
compileOnly(intellijDep())
|
||||
|
||||
testCompile(commonDep("junit:junit"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user