prepare for 6.0.0.Alpha8

This commit is contained in:
Steve Ebersole 2021-05-18 14:55:00 -05:00
parent 2fcaf0848a
commit 8518c04862
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ plugins {
id 'com.github.sebersole.testkit-junit5' version '1.0.1'
}
apply from: rootProject.file( 'gradle/published-java-module.gradle' )
apply from: rootProject.file( 'gradle/java-module.gradle' )
description = "Gradle plugin for integrating Hibernate aspects into your build"