https://github.com/psfried/scala-gradle-skeleton
Simple Scala started project using Gradle and Scalatest
https://github.com/psfried/scala-gradle-skeleton
Last synced: 9 months ago
JSON representation
Simple Scala started project using Gradle and Scalatest
- Host: GitHub
- URL: https://github.com/psfried/scala-gradle-skeleton
- Owner: psFried
- Created: 2015-08-04T01:27:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T14:30:18.000Z (almost 9 years ago)
- Last Synced: 2025-04-05T08:15:00.055Z (about 1 year ago)
- Language: Scala
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Skeleton for scala using Gradle and ScalaTest
==============================================================================
This is a basic skeleton project for Scala, using Gradle and Scalatest. There is one simple Object and a test for it.
## To run tests
`./gradlew test`