Description
I would like the stacktower project to support build.gradle (for Java), along with pom.xml. This means that it would be able to detect dependencies from the build.gradle file.
Use Case
This allows more Java projects to be used, because I use Gradle rather than Maven and thus I can't use stacktower with any of my repositories.
Alternatives Considered
I have considered adding a pom.xml to all of my projects, but this is a bad solution because then there are Gradle and Maven configuration files, and the Maven config file will not be used. It is too messy.
Description
I would like the stacktower project to support build.gradle (for Java), along with pom.xml. This means that it would be able to detect dependencies from the build.gradle file.
Use Case
This allows more Java projects to be used, because I use Gradle rather than Maven and thus I can't use stacktower with any of my repositories.
Alternatives Considered
I have considered adding a pom.xml to all of my projects, but this is a bad solution because then there are Gradle and Maven configuration files, and the Maven config file will not be used. It is too messy.