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:
Alexander Udalov
2020-03-14 22:34:33 +01:00
committed by Alexander Udalov
parent aad7354a3b
commit 4156a9c80b
5 changed files with 31 additions and 6 deletions
+2 -2
View File
@@ -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" { }
}