Skip to content

Commit 40c6177

Browse files
committed
HHH-6931 - Provide local database hook
1 parent 5540700 commit 40c6177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ These directories are searched recursively. We leverage this in Hibernate to al
2323
to hold local profiles too. That is achieved by a _.gitignore_ which says to ignore any directory named
2424
_local_ under the directory _databases_. So one option to provide custom profiles is to drop them in there. That
2525
has the benefit of not having to specify _hibernate-matrix-databases_
26-
2726
Within these directories, the plugin looks for sub-directories which either:
2827

2928
* contain a file named _matrix.gradle_. _matrix.gradle_ is a limited DSL Gradle file which currently understands
3029
just a specialized org.gradle.api.artifacts.Configuration reference named _jdbcDependency_. All that is a fancy
3130
way to say that _matrix.gradle_ allows you to specify some dependencies this database profile needs (JDBC drivers,
3231
etc). Any dependency artifacts named here get resolved using whatever resolvers (Maven, etc) are associated with
3332
the build. For example
33+
3434
jdbcDependency {
3535
"mysql:mysql-connector-java:5.1.17"
3636
}

0 commit comments

Comments
 (0)