This message was deleted.
# caching
s
This message was deleted.
t
t
classpath issues, right? I think that, if the project applies the GE plugin, then this issue goes away
t
yeah, if settings contains GE plugin applied - I don't see such problem
👍 1
n
This is expected. Adding
--scan
adds the Gradle Enterprise plugin to the buildscript classpath. A change to the buildscript classpath changes the implementation of all tasks.
t
interestingly java compile tasks stay
FROM-CACHE
n
The java compile tasks are part of Gradle plugin and use a different classloader which is not affected here.