Skip to content

Commit

Permalink
build(jar): enable custom plugin lib (#10552)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker committed May 23, 2024
1 parent dca296a commit 94af249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata-integration/java/custom-plugin-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ publishing {
}

repositories {
/* maven {
maven {
def releasesRepoUrl = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
def snapshotsRepoUrl = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
def ossrhUsername = System.getenv('RELEASE_USERNAME')
Expand All @@ -96,7 +96,7 @@ publishing {
password ossrhPassword
}
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
}*/
}
}
}

Expand Down

0 comments on commit 94af249

Please sign in to comment.