Open mklueh opened 2 years ago
To eliminate issues with my plugin, could you try to add this to the root build.gradle and then supply print
as the task to run
allprojects {
task print {
doLast {
println ">> " + project.path
}
}
}
This would show if it is my plugin propagating wrong or if it is the built-in build
task doing this
@Crimix
I had multiple Gradle settings enabled, not sure if this might be related
org.gradle.caching=true
org.gradle.parallel=true / false //tried both
org.gradle.configureondemand=true
Will check your code later
Hello,
I'm leaving the log here. Something odd is happening. As you can see, the changes happened in the package "ml" wich affected the application-a only. Despite that, it runs the build for two other applications.