Re: [hibernate-dev] Gradle build and multiple JDKs

2015-03-25 Thread Steve Ebersole
We eventually got something working. Was a PITA though. On Mar 25, 2015 4:18 AM, "Hardy Ferentschik" wrote: > On Tue, Mar 24, 2015 at 08:40:05AM -0500, Steve Ebersole wrote: > > AnimalSniffer is causing us a lot of headaches in conjunction with Java > 8. > > Ahh, right. I forgot about this. I so

Re: [hibernate-dev] Gradle build and multiple JDKs

2015-03-25 Thread Hardy Ferentschik
On Tue, Mar 24, 2015 at 08:40:05AM -0500, Steve Ebersole wrote: > AnimalSniffer is causing us a lot of headaches in conjunction with Java 8. Ahh, right. I forgot about this. I somehow thought that was resolved by now. > Gunnar suggested overriding the ASM version used, but that did not help for >

Re: [hibernate-dev] Gradle build and multiple JDKs

2015-03-24 Thread Steve Ebersole
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 wrote: > Hi, > >

Re: [hibernate-dev] Gradle build and multiple JDKs

2015-03-23 Thread Hardy Ferentschik
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 > Ani

[hibernate-dev] Gradle build and multiple JDKs

2015-03-22 Thread Steve Ebersole
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... ___ hibernate-dev mai