Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 525 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 525 Bytes

Java Template

Template for Java JVM benchmark.

Features

  • Gradle, build, wrapper, properties configured.
  • Code Style, formatting , .gitignore configured.

Run

./gradlew run

Code Style

Code Style is provided and configured with Spotless, you can read more about Code Style here

Check Code Style:

./gradlew spotlessCheck

Apply Code Style:

./gradlew spotlessApply