Skip to content

Commit

Permalink
Revert "Added sonatype repo to jetty12 publishing"
Browse files Browse the repository at this point in the history
This reverts commit 2b37dfb.
  • Loading branch information
tomakehurst committed Mar 28, 2024
1 parent d823427 commit 0bb8105
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions wiremock-jetty12/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,20 +119,6 @@ publishing {
}
}
}

nexusPublishing {
// See https://github.com/wiremock/community/blob/main/infra/maven-central.md
repositories {
sonatype2 {
def envUsername = providers.environmentVariable("OSSRH_USERNAME").orElse("").get()
def envPassword = providers.environmentVariable("OSSRH_TOKEN").orElse("").get()
if (!envUsername.isEmpty() && !envPassword.isEmpty()) {
username.set(envUsername)
password.set(envPassword)
}
}
}
}
}

task localRelease {
Expand Down

0 comments on commit 0bb8105

Please sign in to comment.