Skip to content

Commit

Permalink
avoid publishMavenJavaPublicationToMavenRepository execution
Browse files Browse the repository at this point in the history
  • Loading branch information
fishinitself committed May 31, 2024
1 parent 07761f7 commit d750f4a
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,7 @@ configure(subprojects.findAll { !(it.name in subprojectsWithoutSources) }) {
}
}
repositories {
if (escrowBuild) {
maven {
url m2localPath
}
} else {
maven {
}
maven {
}
}
}
Expand Down

0 comments on commit d750f4a

Please sign in to comment.