AnimalSniffer is causing us a lot of headaches in conjunction with Java 8.
Gunnar suggested overriding the ASM version used, but that did not help for
us in Gradle (this could very well be a difference between Maven/Gradle).
On Mon, Mar 23, 2015 at 3:57 PM, Hardy Ferentschik <hardy(a)hibernate.org>
wrote:
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