Skip to content

Sample codebase using Micronaut 4, Kotlin, Gradle, and Buildless

Notifications You must be signed in to change notification settings

buildless/sample-gradle-micronaut4

Repository files navigation

micronaut 4 sample

buildless, micronaut v4, kotlin, and gradle.

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.

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