Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sources link on GPP doesn't point to a URL #380

Open
TWiStErRob opened this issue Jan 27, 2024 · 2 comments
Open

Sources link on GPP doesn't point to a URL #380

TWiStErRob opened this issue Jan 27, 2024 · 2 comments

Comments

@TWiStErRob
Copy link

See https://plugins.gradle.org/plugin/org.owasp.dependencycheck/9.0.9
Click git@... link.

@jeremylong
Copy link
Collaborator

yup - I'd love to know how to fx it.

@TWiStErRob
Copy link
Author

TWiStErRob commented Jan 27, 2024

Example: https://plugins.gradle.org/plugin/com.github.gmazzo.buildconfig/3.1.0
https://github.com/gmazzo/gradle-buildconfig-plugin/blob/f6cc81bfc0b814b2cf66827d361d9c5995bd3462/plugin/build.gradle.kts#L48

...

Ah, you have the same:

vcsUrl = 'https://github.com/dependency-check/dependency-check-gradle/'

big difference is pluginBundle vs gradlePlugin, I think you need to re-wire com.gradle.plugin-publish, because it has a new major version: https://plugins.gradle.org/plugin/com.gradle.plugin-publish, this should enable Gradle 8 update too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants