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…
Reference in New Issue