https://github.com/izhangzhihao/gradle-scala-template
A scala & dotty template project build by gradle using kotlin script
https://github.com/izhangzhihao/gradle-scala-template
dotty gitpod gradle kotlin-script scala scala-template scala3
Last synced: 3 months ago
JSON representation
A scala & dotty template project build by gradle using kotlin script
- Host: GitHub
- URL: https://github.com/izhangzhihao/gradle-scala-template
- Owner: izhangzhihao
- License: apache-2.0
- Created: 2020-03-02T06:33:35.000Z (over 5 years ago)
- Default Branch: scala3
- Last Pushed: 2024-06-01T00:40:40.000Z (about 1 year ago)
- Last Synced: 2025-01-30T14:26:10.867Z (4 months ago)
- Topics: dotty, gitpod, gradle, kotlin-script, scala, scala-template, scala3
- Language: Scala
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gradle-scala-template
A scala template project build by gradle using kotlin script
More usage: https://docs.gradle.org/current/userguide/scala_plugin.html
## Usage
code coverage: `gradle reportScoverage`, more usage: https://github.com/scoverage/gradle-scoverage
code format: `gradle scalafmt`, more usage: https://github.com/alenkacz/gradle-scalafmt