Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 454 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 454 Bytes

java sample

buildless, java, and gradle.

Details about this sample

This sample uses Java version 21.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