Ah, that won't work I guess, as the framework compileJava task is also not triggered when this JAR (snapshot) is updated, so the input change isn't detected anyway.
Paul Chown
07/06/2022, 9:54 AM
I ran a build scan and the theme JAR is in the dependency list for the framework compileJava task, so I guess the question is why doesn't Gradle detect that a new snapshot is available and rerun the compilation?
Paul Chown
07/06/2022, 11:25 AM
Hmmm... I thought the gradle cache might be the issue so I tried to disable it, but this doesn't seem to have any effect: