Bump matrix testing plugin to 3.1.0 (prep for Gradle 7)

This commit is contained in:
Steve Ebersole 2021-07-14 11:44:35 -05:00
parent 1b5c78c85b
commit b26b00a358
4 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ projectsToIncludeInAggregatedJavadoc.each {projectPath ->
apply from: rootProject.file( 'gradle/java-module.gradle' )
apply plugin: 'org.asciidoctor.convert'
apply plugin: 'hibernate-matrix-testing'
apply plugin: 'org.hibernate.matrix-test'
tasks.build.dependsOn 'buildDocs'
defaultTasks 'buildDocs'

View File

@ -14,7 +14,7 @@ description = 'Hibernate\'s core ORM functionality'
apply from: rootProject.file( 'gradle/published-java-module.gradle' )
apply plugin: 'org.hibernate.orm.antlr'
apply plugin: 'hibernate-matrix-testing'
apply plugin: 'org.hibernate.matrix-test'
ext {
jaxbTargetDir = file( "${buildDir}/generated-src/jaxb/main" )

View File

@ -8,7 +8,7 @@
description = 'Hibernate\'s entity version (audit/history) support'
apply from: rootProject.file( 'gradle/published-java-module.gradle' )
apply plugin: 'hibernate-matrix-testing'
apply plugin: 'org.hibernate.matrix-test'
dependencies {
api( project( ':hibernate-core' ) ) {

View File

@ -10,7 +10,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
description = 'Integrate support for Spatial/GIS data into Hibernate O/RM'
apply from: rootProject.file( 'gradle/published-java-module.gradle' )
apply plugin: 'hibernate-matrix-testing'
apply plugin: 'org.hibernate.matrix-test'
dependencies {