You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some projects may contain both Gradle and Maven build files. It is unlikely in the majority of cases, but for sample applications written by framework authors, it is quite common. Due to this reason, I would like to propose Maven to be considered the default auto discovery choice when both are present.
Is your feature request related to a problem? Please describe.
When running
draft create
on the following folder https://github.com/buildpacks/samples/blob/main/apps/java-maven/, draft shows the following prompt:Mention what platform you want to support the new feature
OSS draft
Describe the solution you'd like
Draft should detect that maven is being used by seeing the pom.xml file in the repository.
Describe alternatives you've considered
There may be a better way to detect maven.
Additional context
(none)
The text was updated successfully, but these errors were encountered: