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