Hi folks,
Depending on which one I choose (either Maven or Gradle), I would prefer to delete the other set of files that would not apply.
It would be nice if you could add a section in Readme to mention which files can be deleted after picking either Gradle or Maven. What do you think? Something like this...
Maven-specific files and directories (can be removed if you choose Gradle build tool):
- mvn/
- mvnw
- mvnw.cmd
- pom.xml
Gradle-specific files and directories (can be removed if you choose Maven build tool):
- build.gradle
- buildSrc/
- gradle/
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle
I'm not sure if package/ folder is specific to either of the build tools. Also, is Travis only used with Maven?