1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 00:38:11 -07:00

Not needed.

This commit is contained in:
Cedric Beust 2016-02-11 21:27:48 +04:00
parent 185eb6e3aa
commit 187552500c

View file

@ -46,7 +46,6 @@ class JavaPlugin @Inject constructor(val javaCompiler: JavaCompiler)
// ICompilerContributor
val compiler = object: ICompiler {
// ICompilerContributor
override val sourceSuffixes = listOf("java")
override fun compile(project: Project, context: KobaltContext, info: CompilerActionInfo): TaskResult {