On 09.06.25 09:21, Saravanan Palanichamy wrote:
Hello Groovy devs
I am trying to understand how to do this with the Groovy Compiler
* I have say 20 files in my project
* I know I have to compile just one of those files
groovyc foo.groovy
will compile foo.groovy and potentially its dependencies. A dependency
should be compiled filed in class format, or source file. If both are
available then which is newer decide if recompilation happens. If a
dependency is not found compilation will fail.
bye Jochen