in tjake/Jlama#54 (review) there is a usecase to be able to specify filename to compiler directives.
i.e. -XX:CompilerDirectivesFile=%{https://raw.githubusercontent.com/tjake/Jlama/main/inlinerules.json}% but seems like we only do remote file arguments for arguments to script and explicitly javaagents argument - and only for the run/jar command; not the build.
Here we would need to do it for compiler flags.
in tjake/Jlama#54 (review) there is a usecase to be able to specify filename to compiler directives.
i.e.
-XX:CompilerDirectivesFile=%{https://raw.githubusercontent.com/tjake/Jlama/main/inlinerules.json}%but seems like we only do remote file arguments for arguments to script and explicitly javaagents argument - and only for the run/jar command; not the build.Here we would need to do it for compiler flags.