Remove obsolete workaround for jansi clash issue
This was needed to workaround KT-17031 which is now fixed
This commit is contained in:
@@ -16,7 +16,6 @@ val serialize = task("serialize") {
|
||||
outputs.dir(outDir)
|
||||
inputs.files(*inDirs)
|
||||
doLast {
|
||||
System.setProperty("kotlin.colors.enabled", "false")
|
||||
BuiltInsSerializer(dependOnOldBuiltIns = false)
|
||||
.serialize(outDir, inDirs.asList(), listOf()) { totalSize, totalFiles ->
|
||||
println("Total bytes written: $totalSize to $totalFiles files")
|
||||
|
||||
Reference in New Issue
Block a user