1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2015-11-18 17:36:44 -08:00
parent 4b18a9e111
commit 6d605f3100

View file

@ -63,10 +63,8 @@ abstract class JvmCompilerPlugin @Inject constructor(
taskCompile(project)
TaskResult()
})
println("New task: " + Variant(pf, bt).toTask("compile"))
}
}
println("Done")
}
/**