File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ These directories are searched recursively. We leverage this in Hibernate to al
23
23
to hold local profiles too. That is achieved by a _ .gitignore_ which says to ignore any directory named
24
24
_ local_ under the directory _ databases_ . So one option to provide custom profiles is to drop them in there. That
25
25
has the benefit of not having to specify _ hibernate-matrix-databases_
26
-
27
26
Within these directories, the plugin looks for sub-directories which either:
28
27
29
28
* contain a file named _ matrix.gradle_ . _ matrix.gradle_ is a limited DSL Gradle file which currently understands
30
29
just a specialized org.gradle.api.artifacts.Configuration reference named _ jdbcDependency_ . All that is a fancy
31
30
way to say that _ matrix.gradle_ allows you to specify some dependencies this database profile needs (JDBC drivers,
32
31
etc). Any dependency artifacts named here get resolved using whatever resolvers (Maven, etc) are associated with
33
32
the build. For example
33
+
34
34
jdbcDependency {
35
35
"mysql:mysql-connector-java:5.1.17"
36
36
}
You can’t perform that action at this time.
0 commit comments