-
Notifications
You must be signed in to change notification settings - Fork 342
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
LicenseFinder does not work with gradle 7 #821
Comments
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story. The labels on this github issue will be updated when the story is started. |
We're investigating into some other gradle plugins that can return dependencies and licenses for a gradle project. We're currently looking into cyclonedx-gradle-plugin as an alternative to the hierynomous gradle plugin. But we're open to using other gradle plugins that would be relatively easy to integrate into LicenseFinder. Our current thought process is to add a new parameter (like Does anybody have other well-maintained gradle plugin suggestions or gradle expertise? |
With hierynomus/license-gradle-plugin#191 it should be working now i think. LicenseFinder just has to include the latest release. |
https://github.com/cloudflightio/license-gradle-plugin https://github.com/jk1/Gradle-License-Report hierynomus/license-gradle-plugin#213 the hierynomus's project looks a bit unmaintained |
This issue can be closed, as we are using Gradle 7, but as @fat-fellow points out, the existing project is not being maintained. @pivotal-pmital any update on what the plan is going forward, considering this has been known for a couple of years to not be suitably maintained? |
@xtreme-shane-lattanzio Not sure if you're the right person to ping, but you seem to be more active on this repo. Any thoughts on this? |
I've released a forked version of hierynomus license finder plugin's master for anyone else who needs the latest version.
|
Hey @gigaSproule ! We are very short on resources to maintain this at the moment. I am okay with changing the plugin to something else or you forked version but someone will need to make a PR for it and then we can get the fix in |
Gradle 7 is deprecating "compile" in favour of "implementation" instead.
As folks move to gradle 7, they will not be able to use the hierynomus license finder plugin due to issue 182. It's been open for about a year and has not gain any traction.
There are a few more error warning of deprecation:
The text was updated successfully, but these errors were encountered: