Remove some configuration duplication by using 'tasks.withType()'
Setup common options of java and kotlin compiler tasks.
This commit is contained in:
@@ -18,9 +18,6 @@ sourceSets {
|
||||
|
||||
// common block
|
||||
|
||||
compileKotlinCommon.compilerJarFile = bootstrapCompilerFile
|
||||
|
||||
|
||||
|
||||
jar {
|
||||
baseName = project.name
|
||||
|
||||
Reference in New Issue
Block a user