In this project we build a simple scala application using gradle
./gradlew build
scala -cp build/libs/simple-scala-gradle-project.jar example.Main
Note: The scala interpreter needs to have the same version as the scala version mentioned in the build.gradle file
./gradlew test