Skip to content

Fix to support incremental builds #54

@DJViking

Description

@DJViking

The compileJava is always not up-to-date because of the moduleplugin

Task ':compileJava' is not up-to-date because:
  Task ':compileJava' has an additional action that was implemented by the Java lambda 
 'org.javamodularity.moduleplugin.tasks.CompileTask$$Lambda$2
15/0x00000001005d0040'. Using Java lambdas is not supported, use an (anonymous) inner class instead.
All input files are considered out-of-date for incremental task ':compileJava'.

Does not matter if there is no changes in the java source, it will always run compileJava.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions