Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 690 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 690 Bytes

README

GraalVM pico cli Hello World application.

Java 11 base application.

BASE SETUP

Dependencies

  • Junit 5
  • AssertJ
  • Mockito

Support

License, copyright and header

Automatically update license header and copyright header in each src file, default license is:

  • MIT License

Easily changed in the POM select from a list of available licenses.

To see what is available:

  mvn license:license-list

To see the license details:

  mvn license:license-list -Ddetail