This message was deleted.
# community-support
s
This message was deleted.
c
perhaps provide some context as to your current setup - Gradle version, build script?
v
Maybe a build scan if possible, or maybe
--info
logging
k
Gradle version 5.6.4
--info:
Copy code
Task':compileJava' is not up-to-date because:
input property 'source' file ***/java has changed.
Created classpath snapshot for incremental compilation in 0.034 secs.
Full recompilation is required because ****.java  was changed.
e
Gradle 5.6.4 was released ~ 4yrs ago, you should probably upgrade first 🙂
thank you 1
v
But, actually incremental Java compilation is enabled by default since Gradle 4.10. So if you did not disable incremental Java compilation, it should usually work. But without a full
--info
log or a build scan it will be hard to tell what might be wrong. Besides that @efemoney is right of course too.
thank you 1