I’m seeing this behavior on occasion on our CI bui...
# community-support
b
I’m seeing this behavior on occasion on our CI builds (run via gitlab, each on a clean docker container instance) where it takes a very long time to “create classpath snapshot for incremental compilation” e.g. i get a message like:
Copy code
Class dependency analysis for incremental compilation took 1.072 secs.
Created classpath snapshot for incremental compilation in 13 mins 13.913 secs.
Is it generally a best practice to disable incremental compilation on CI? And if so, is there a lever for that that can be passed as an argument and not via code in
compileOptions
https://github.com/gradle/gradle/issues/4447