I use the frege-repl project and was able to build it and I can run it with
This is fine so far. But now I want, for example, more stackspace for running repl. I can see with --info that java is just started with no -Xss option.
By the way, is there a way to save the command that "run" executes to some file, so that I can run it without the gradle-overhead? I could then also include my preferred options, like more stack size.
I tried installApp but it doesn't seem to do anything useful. Do I have to resort to copy+paste?
I use the frege-repl project and was able to build it and I can run it with
This is fine so far. But now I want, for example, more stackspace for running repl. I can see with --info that java is just started with no -Xss option.
By the way, is there a way to save the command that "run" executes to some file, so that I can run it without the gradle-overhead? I could then also include my preferred options, like more stack size.
I tried
installAppbut it doesn't seem to do anything useful. Do I have to resort to copy+paste?