Extract javac-wrapper into a separate module
It was actually a separate module before the grand build refactoring in
61dfb75e0e.
This commit is contained in:
committed by
Alexander Udalov
parent
aad7354a3b
commit
4156a9c80b
@@ -15,6 +15,7 @@ dependencies {
|
||||
compile(project(":compiler:light-classes"))
|
||||
compile(project(":compiler:serialization"))
|
||||
compile(project(":compiler:plugin-api"))
|
||||
compile(project(":compiler:javac-wrapper"))
|
||||
compile(project(":js:js.translator"))
|
||||
compile(project(":native:frontend.native"))
|
||||
compile(commonDep("org.fusesource.jansi", "jansi"))
|
||||
@@ -42,8 +43,7 @@ dependencies {
|
||||
sourceSets {
|
||||
"main" {
|
||||
projectDefault()
|
||||
java.srcDirs("../builtins-serializer/src",
|
||||
"../javac-wrapper/src")
|
||||
java.srcDirs("../builtins-serializer/src")
|
||||
}
|
||||
"test" { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user