Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/buildless/sample-groovy-micronaut

Sample codebase using Groovy, Gradle, and Buildless
https://github.com/buildless/sample-groovy-micronaut

build-cache buildcache buildless gradle groovy micronaut remote-build-cache

Last synced: 5 days ago
JSON representation

Sample codebase using Groovy, Gradle, and Buildless

Awesome Lists containing this project

README

        

# micronaut 4 + groovy sample

[buildless](https://less.build), [micronaut v4](https://docs.micronaut.io/4.0.0-M2/guide/index.html),
[groovy](https://groovy-lang.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 Groovy version
`4`. 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
```