aws / porting-advisor-for-graviton

Apache License 2.0
157 stars 27 forks source link

Gradle is not supported #39

Open jaekunchoi opened 9 months ago

jaekunchoi commented 9 months ago

Description

Gradle for Java is not supported at the moment

Solution idea(s)

Support Gradle

Additional context

No results shown for Gradle project

jamolina commented 9 months ago

Thanks for your request @jaekunchoi . We are currently evaluating which languages/tools should we support next, and we will keep you posted. If you're interested we could work with you to help you make a contribution around this area. Let us know if you'd like to add Graddle support

jsamuel1 commented 9 months ago

Idea: One potential implementation path may be to have a gradle_manifester that adds the maven-publsh plugin that comes with gradle to generate a pom.xml, then uses the existing maven_manifester code to parse the dependencies.