Build break hibernate 4.3, MatrixTestingPlugin
Description
Activity
Show:

Brett Meyer April 22, 2015 at 9:14 PM
Closing rejected issues.

Former user September 11, 2014 at 6:54 PM
I was able to download that jar succesfully. Maybe it was temporarily unavailable for some reason.
Also, you need to use Java 1.7 to build Hibernate 4.3 branch.
Cannot Reproduce
Details
Details
Assignee

Reporter

Components
Affects versions
Priority
Created September 11, 2014 at 6:03 AM
Updated April 22, 2015 at 9:14 PM
Resolved September 11, 2014 at 6:54 PM
Hello. I am trying to build hibernate 4.3 and I have followed the steps Building Hibernate ORM (4.x/5.x)
When I run
sudo ./gradlew clean build -x test
I am getting this exception
Download http://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-js/1.7/batik-js-1.7.jar
FAILURE: Build failed with an exception.
Where:
Build file '/home/jsiddharth/workinprogress/hibernate-orm-4.3/hibernate-core/hibernate-core.gradle' line: 2
What went wrong:
A problem occurred evaluating project ':hibernate-core'.
> Could not create plugin of type 'MatrixTestingPlugin'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 4 mins 17.384 secs