rjaros / kvision

Object oriented web framework for Kotlin/JS
https://kvision.io
MIT License
1.2k stars 67 forks source link

GitHub Workflow: add Gradle GHA #437

Closed aSemy closed 1 year ago

aSemy commented 1 year ago

adds support for Gradle build cache, improving build speed (by default the cache is write-only on the master branch, so there's no caching in the action triggered by this PR)

Also, dependencies and the Gradle wrapper will be cached 🎉

I added concurrency and a timeout too.