Enable publishing for hibernate-testing-jakarta
This commit is contained in:
parent
d0febfd042
commit
b36b8e4d1c
|
@ -9,12 +9,6 @@ description = 'Support for testing Hibernate ORM Jakarta functionality'
|
||||||
|
|
||||||
apply from: rootProject.file( 'gradle/published-java-module.gradle' )
|
apply from: rootProject.file( 'gradle/published-java-module.gradle' )
|
||||||
|
|
||||||
tasks.withType(PublishToMavenRepository) {
|
|
||||||
onlyIf {
|
|
||||||
repository.name == "MavenLocal"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
jakartaeeTransformJars
|
jakartaeeTransformJars
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue