Skip to content

Commit 2ef4674

Browse files
committed
Catch up on build changes during the removal of Envers
In particular: 83b0082 Drop uses of org.hibernate.matrix-test plugin
1 parent ac2382b commit 2ef4674

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

hibernate-envers/hibernate-envers.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
plugins {
99
id "local.publishing-java-module"
1010
id "local.publishing-group-relocation"
11-
12-
id "org.hibernate.matrix-test"
1311
}
1412

1513
description = "Hibernate's entity version (audit/history) support"
@@ -76,9 +74,3 @@ task testJar(type: Jar, dependsOn: testClasses) {
7674
artifacts {
7775
tests testJar
7876
}
79-
80-
tasks."matrix_mariadb" {
81-
beforeTest { descriptor ->
82-
println "Starting test: " + descriptor
83-
}
84-
}

0 commit comments

Comments
 (0)