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' )
|
||||
|
||||
tasks.withType(PublishToMavenRepository) {
|
||||
onlyIf {
|
||||
repository.name == "MavenLocal"
|
||||
}
|
||||
}
|
||||
|
||||
configurations {
|
||||
jakartaeeTransformJars
|
||||
}
|
||||
|
@ -82,4 +76,4 @@ jar {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue