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
Building Gradle without enterprise plugin. #16439
Comments
|
Yes, building Gradle without the Gradle enterprise plugin is possible. Why are you trying to remove |
Can you provide some info on how that can be done?
I was actually building the patch on top of what previous maintainer did to make sure gradle 4.4.1 builds in debian. This class was removed when trying to revert some commits and turn related files to their versions in 4.4.1. If there's a better way then let me know. |
|
Here are the steps to build the project from above source without Debian build tools,
|
|
I am sorry, but this is nothing we have the capacity to help with. We can continue the discussion on #16512 but I am not sure what we can do. Gradle is under active development and dogfooding early is one of our development prcinciples. So often our repo only often builds with the current version (previous nightly). |
the-loudspeaker commentedMar 7, 2021
•
edited
Hey there.
I am trying to package Gradle 6.4.1 in Debian. Choosing 6.4.1 because I had started on this last summer.
One of the major blockers for is the Gradle enterprise plugin. Debian policies recommend we build all the packages locally and using free and opensource components already present in Debian. Is there a way to build Gradle without the plugin?
I have been trying to patch out the plugin and build Gradle but the project very complex and I am running into many build errors. A little help would be very much appreciated.
Here are some of the errors
https://paste.ubuntu.com/p/mGkCfRRp46/
^ This is where I am at currently.
Here's where I am working on it: https://salsa.debian.org/theloudspeaker-guest/gradle
You can reproduce the issue by cloning the above repo, checking out the
enterprise-testbranch and runningdebuild -b --no-signfrom a Debian system. The patch I am using for removing enterprise plugin is this.I am sorry that the above repo has a lot of patches and is not clean to follow too. It would be very helpful if anyone can provide a better way of doing it or a clean single patch/set of patches for building Gradle without enterprise plugin.
The text was updated successfully, but these errors were encountered: