-
Notifications
You must be signed in to change notification settings - Fork 23
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
Migrate to Gradle #188
Comments
I would like to work on this issue |
This is a tough one! We'd need to:
Are you up for it? :) |
@mauricioaniche some more things: we would also need to update all the images and pipelines. Then, also check the test infrastructure. Furthermore, we would need to decide if we want the Kotlin or Groovy flavour (I think Kotlin is nicer, but Groovy works well). Also, I thought we were ditching the Maven plugin, does it make sense to make a Gradle one? Lastly, we also need to update the documentation on how to run Andy. This may conflict with the open issues on updating documentation for students. There's a nice migration guide by Gradle. I think it'd be super helpful to take advantage of build scans, though I'm not sure if they can sufficiently visualize our organized chaos. The Gradle equivalent of shading is When you run |
@mauricioaniche it is a tough one but should be a pleasant challenge. I have already seen the Gradle migration guide. Simple |
All yours!! |
Maven is too 2000s, it's time to go for Gradle.
The text was updated successfully, but these errors were encountered: