|
Just tried this out, but no luck.
Couple of observations:
-
resources are only read when jdbc driver directory is present, not when a matrix.gradle file is used
-
the hibernate.properties file now gets added to the classpath, but Hibernate reads the one in test/resources (the one I use for unit-testing).
-
If I delete the hibernate.properties file from test/resources, then no dialect gets configured.
|