buildless / sample-gradle-micronaut4

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

Home Page:https://docs.less.build/docs/gradle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://docs.less.build/docs/gradle


Languages

Language:Kotlin 100.0%