killbill / killbill-platform

Kill Bill core platform
https://killbill.io
Apache License 2.0
25 stars 42 forks source link

Fix for ci failure #156

Closed reshmabidikar closed 8 months ago

reshmabidikar commented 8 months ago

On merging a recent PR, CI has started failing. The TestDefaultPluginManager.testGetAvailablePlugins fails. On investigating this further, it was found that the issue occurs due to the extra / in the sonatype URL. Not sure why the issue has surfaced only now. This PR attempts to fix this issue.