Skip to content

Commit

Permalink
Use Gradle Nexus Publish Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Feb 26, 2024
1 parent c17fc8c commit c76527d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License
*
* Copyright (c) 2019 bakdata GmbH
* Copyright (c) 2024 bakdata GmbH
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ internal class SonatypePluginIT {
wiremock.stubFor(post(urlMatching("/staging/bulk/close"))
.willReturn(okJson("{}")))
wiremock.stubFor(get(urlMatching("/staging/repository/$STAGING_ID"))
.willReturn(okJson("""{"type": "closed", "transitioning": false}""")))
.willReturn(notFound()))
wiremock.stubFor(post(urlMatching("/staging/bulk/promote"))
.inScenario("promoting").whenScenarioStateIs(STARTED)
.willReturn(okJson("{}"))
Expand Down

0 comments on commit c76527d

Please sign in to comment.