is there any way to set the command to use to laun...
# community-support
s
is there any way to set the command to use to launch
java
for tests to something arbitrary (e.g. a wrapper script)? My prior attempts at this interfered with other features that use the java launcher to infer some info.
v
Set the
executable
on the
Test
task? It might be necessary to additionally set the
javaLauncher
to
provider { null }
(not just
null
, that's different), I don't fully remember whether it is necessary in that case.
thank you 1
s
I'll try that, thanks
👌 1