Join Slack
Powered by
Is there a way to have AntBuilder use a separate t...
# community-support
j
Jonathan kernan
10/17/2024, 9:01 AM
Is there a way to have AntBuilder use a separate toolchain to gradle itself? I have a need to run gradle daemon with JDK21 but run ant with JDK8
t
Thomas Broyer
10/17/2024, 10:29 AM
AntBuilder is
in-process
, so AFAICT if you need to run Ant with a different JVM you'll have to use
exec
or
javaExec
.
👍 1
3
Views
Open in Slack
Previous
Next