HHH-17616 - Move resources that were still in src/java to src/resources (hibernate-core)

Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
Jan Schatteman 2024-01-05 22:02:55 +01:00 committed by Christian Beikov
parent 7c58fe9a16
commit 62c17f1a51
419 changed files with 157 additions and 159 deletions

View File

@ -109,10 +109,8 @@ sourceSets {
}
}
// resources inherently exclude sources
test {
resources {
srcDir 'src/test/java'
srcDir 'src/test/resources'
srcDir 'src/test/bundles'
}

Some files were not shown because too many files have changed in this diff Show More