Skip to content

Sample codebase using Groovy, Gradle, and Buildless

Notifications You must be signed in to change notification settings

buildless/sample-groovy-micronaut

Repository files navigation

micronaut 4 + groovy sample

buildless, micronaut v4, groovy, and gradle.

Details about this sample

This sample uses Micronaut v4, which, at the time of this writing, is still experimental. It also uses Groovy version 4. 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