mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 08:05:05 +00:00
Fix publishing related issues in jakarta artifacts
This commit is contained in:
parent
129484557b
commit
225429a4cf
@ -11,7 +11,7 @@ apply from: rootProject.file( 'gradle/published-java-module.gradle' )
|
||||
|
||||
tasks.withType(PublishToMavenRepository) {
|
||||
onlyIf {
|
||||
repository == publishing.repositories.mavenLocal
|
||||
repository.name == "MavenLocal"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -11,7 +11,7 @@ apply from: rootProject.file( 'gradle/published-java-module.gradle' )
|
||||
|
||||
tasks.withType(PublishToMavenRepository) {
|
||||
onlyIf {
|
||||
repository == publishing.repositories.mavenLocal
|
||||
repository.name == "MavenLocal"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -11,7 +11,7 @@ apply from: rootProject.file( 'gradle/published-java-module.gradle' )
|
||||
|
||||
tasks.withType(PublishToMavenRepository) {
|
||||
onlyIf {
|
||||
repository == publishing.repositories.mavenLocal
|
||||
repository.name == "MavenLocal"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user