Hi,
On Sun, Mar 22, 2015 at 10:11:32PM -0500, Steve Ebersole wrote:
Ran across an interesting proof-of-concept project for setting up a
Gradle
build to use multiple JDKs:
https://github.com/rwinch/gradle-multi-jdk
Curious what y'all think of this approach versus what we do know with
AnimalSniffer...
I think the approach with AnimalSniffer is simpler. I only looked briefly at
the setup you are referring to and on top of the fact that we are back to
defining user specific properties (locations of the JDK home directories), I
got the impression that there is a fair bit more of configuration required.
--Hardy