Gradle really is quite elegant in most cases:
if ( project.name != 'hibernate-java8' && rootProject.hasProperty(
"JDK6_HOME" ) ) {
final File java6Home = new File( rootProject.property( "JDK6_HOME" ) as
String );
final org.gradle.internal.jvm.Jvm java6Jdk =
org.gradle.internal.jvm.Jvm.forHome( jav
On Sat, Mar 28, 2015 at 11:26 AM, Sanne Grinovero
wrote:
>
> Consider also that since we now have N slaves, there is no guarantee
> that a second job will run on the same build slave.
> So if the JDK8 build produces artifacts but only deployes them in the
> local repository, the second node might
On 27 March 2015 at 22:25, Steve Ebersole wrote:
> We should remove that -XX:MaxPermSize=512m setting as we discussed before.
I've changed this to:
-server -Xmx2G -Xms800M -Djava.net.preferIPv4Stack=true
-Djgroups.bind_addr=127.0.0.1 -XX:+PrintTenuringDistribution
-XX:+PrintGCDetails -Xloggc:/ho