We are migrating one of our project which is build on Play 2.2 version to Play 2.6.
We can observe in play starter example that both Gradle and SBT is used (build.gardle & build.sbt) so which one the application will choose to build the application. which one is recommended to use by most of the developers.
Can anyone have tutorials of how to create the end to end application in Play 2.6 (Java) for reference.