Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buildless/sample-gradle-micronaut4
Sample codebase using Micronaut 4, Kotlin, Gradle, and Buildless
https://github.com/buildless/sample-gradle-micronaut4
build-cache buildcache buildless gradle java jvm kotlin micronaut remote-build-cache
Last synced: 3 months ago
JSON representation
Sample codebase using Micronaut 4, Kotlin, Gradle, and Buildless
- Host: GitHub
- URL: https://github.com/buildless/sample-gradle-micronaut4
- Owner: buildless
- Created: 2023-06-15T19:51:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-05T12:22:44.000Z (about 1 year ago)
- Last Synced: 2024-04-17T14:23:38.442Z (10 months ago)
- Topics: build-cache, buildcache, buildless, gradle, java, jvm, kotlin, micronaut, remote-build-cache
- Language: Kotlin
- Homepage: https://docs.less.build/docs/gradle
- Size: 110 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# micronaut 4 sample
[buildless](https://less.build), [micronaut v4](https://docs.micronaut.io/4.0.0-M2/guide/index.html),
[kotlin](https://kotlinlang.org), and [gradle](https://gradle.org).## Details about this sample
This sample uses Micronaut v4, which, at the time of this writing, is still experimental. It also uses Kotlin version
`1.9`, which is still in `beta`. It is used as an integration test and canary for [Buildless](https://less.build).## Running this sample
It's a regular Gradle codebase, expressed as a single module, so you can just do:
```
./gradlew run
```## Running the tests
You guessed it:
```
./gradlew test
```