|
Hi Steve,
thanks for clarification!
You mean http://www.mail-archive.com/hibernate-dev@lists.jboss.org/msg08204.html or something else? After I've changed LocaleTypeDescriptorTest.java all tests seemed to pass.
Is it possible to set up gradle to that it requires certain Java version? I've generated Eclipse projects using gradle (https://community.jboss.org/wiki/ContributingToHibernateUsingEclipse again) and they have "compiler compliance level" set to "1.6".
One more question: does it mean you do not test your code with JVM 6? Or you compile with javac 7 to Java 6 .class files and run those on JVM 6 on your CI?
|