mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
Not needed.
This commit is contained in:
parent
185eb6e3aa
commit
187552500c
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ class JavaPlugin @Inject constructor(val javaCompiler: JavaCompiler)
|
||||||
|
|
||||||
// ICompilerContributor
|
// ICompilerContributor
|
||||||
val compiler = object: ICompiler {
|
val compiler = object: ICompiler {
|
||||||
// ICompilerContributor
|
|
||||||
override val sourceSuffixes = listOf("java")
|
override val sourceSuffixes = listOf("java")
|
||||||
|
|
||||||
override fun compile(project: Project, context: KobaltContext, info: CompilerActionInfo): TaskResult {
|
override fun compile(project: Project, context: KobaltContext, info: CompilerActionInfo): TaskResult {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue