Remove some configuration duplication by using 'tasks.withType()'

Setup common options of java and kotlin compiler tasks.
This commit is contained in:
Ilya Gorbunov
2017-03-20 20:00:38 +03:00
parent d25b07fe23
commit 846b74885c
7 changed files with 23 additions and 36 deletions
@@ -18,9 +18,6 @@ sourceSets {
// common block
compileKotlinCommon.compilerJarFile = bootstrapCompilerFile
jar {
baseName = project.name