Project template for scala integrated with: gralde, scalatest, scalacheck, log4j and settings taken from application.conf. Very simple calculator is used for putting all the components together.
Open cmd at repository's folder and run the following commands:
gradlew build
(It actually builds and runs scalatest)
gradlew test
gradlew idea
In order to safely change project's name:
- Change settings.gradle rootProject.name to new name
- Exit Intellij Idea
gradlew clean cleanIdea
- Exit every opened context of project's folder (including current cmd)
- Change main folder name to new name
gradle idea
gradle build