Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 225 Bytes

File metadata and controls

8 lines (6 loc) · 225 Bytes

micronaut-kotlin-graalvm-flowable

Micronaut, Kotlin, GraalVM and Flowable. Not compiling natively. Yet.

To run: ./gradlew run

To build a native image (and fail): ./gradlew clean shadowJar && docker build -t testing .