Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```