Re: [hibernate-dev] ORM Jenkins Builds

2015-03-30 Thread Steve Ebersole
The reason I ask is that it might be better to point the non-hibernate-java8 modules to use the Java 6 javac when this JDK6_HOME is set. So... 1) Running Gradle with Java 8, JDK6_HOME set -> we'd compile all the non-hibernate-java8 modules setting JavaCompile#options#forkOptions#executable to the

Re: [hibernate-dev] ORM Jenkins Builds

2015-03-30 Thread Steve Ebersole
Does Eclipse have the ability, like IntelliJ does, to define a different JDK for each module in a multi-module project? On Sat, Mar 28, 2015 at 2:10 PM, Steve Ebersole wrote: > Gradle really is quite elegant in most cases: > > if ( project.name != 'hibernate-java8' && rootProject.hasProperty( >