gradle / plugin-portal-requests

Gradle Plugin Portal issues and requests.
https://plugins.gradle.org/
12 stars 8 forks source link

Updated vcsUrl not refelcted on gradle plugin page #209

Closed mattbond closed 10 months ago

mattbond commented 10 months ago

We published a new version of our plugin, de.seitenbau.serviceportal.prozesspipeline, with the an updated vcsUrl set to 'https://github.com/seitenbau'

Expected Behavior

https://plugins.gradle.org/plugin/de.seitenbau.serviceportal.prozesspipeline displays: Source: https://github.com/seitenbau

Current Behavior

https://plugins.gradle.org/plugin/de.seitenbau.serviceportal.prozesspipeline still displays the URL published with previous versions of the plugin.

Context

id("de.seitenbau.serviceportal.prozesspipeline") version "2024.01.10-0" Version 2024.01.10-0 (latest) Created 10 January 2024.

Steps to Reproduce

Publish a plugin with the vcsUrl set to https://some.old/url Publish the next version of the same plugin with the vcsUrl set to https://some.NEW/url

Your Environment

n/a

ov7a commented 10 months ago

Sorry that you're having trouble with Gradle!

This is a duplicate of