Hi all, I just happened to build Hibernate ORM's latest "master" on a clean machine and this is how the build log looks like:
No compatible daemons found: - an idle daemon with different JVM constraints can't run this build Starting a new Gradle Daemon for this build: subsequent builds will be faster :buildSrc:clean UP-TO-DATE :buildSrc:compileJava UP-TO-DATE :buildSrc:compileGroovy :buildSrc:processResources UP-TO-DATE :buildSrc:classes :buildSrc:jar :buildSrc:assemble :buildSrc:compileTestJava UP-TO-DATE :buildSrc:compileTestGroovy UP-TO-DATE :buildSrc:processTestResources UP-TO-DATE :buildSrc:testClasses UP-TO-DATE :buildSrc:test UP-TO-DATE :buildSrc:check UP-TO-DATE :buildSrc:build Download http://repository.jboss.org/nexus/content/groups/public/org/hibernate/hibernate-core/5.2.3-SNAPSHOT/hibernate-core-5.2.3-20160920.201550-53.jar [...] I'm not having any specific failure, but it seems very suspicious that the build is needing to download hibernate-core at the very beginning of the build? I'm not familiar enough with ORM's build scripts to investigate myself but I suspect some dependency order needs to be cleaned up, or you might be including some side-effects from previous builds. Thanks, Sanne _______________________________________________ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev