Change previous gradle build for compatibility with the centralized build

incompatible with the main build yet
This commit is contained in:
Ilya Chernikov
2017-08-02 12:22:04 +02:00
parent 61dfb75e0e
commit 6b22282ad4
15 changed files with 129 additions and 81 deletions
+5 -1
View File
@@ -17,7 +17,11 @@ sourceSets {
createPreprocessorTask(project, "Main", "${projectDir}/../src/kotlin", commonSrcDir)
compileKotlinCommon.dependsOn preprocessSourcesMain
compileKotlinCommon {
dependsOn preprocessSourcesMain
// dependsOn ":prepare:compiler:prepare-compiler-with-bootstrap-runtime"
// compilerJarFile = compilerJarWithBootstrapRuntime
}
/*
// TODO: currently unsupported