Skip to content

Latest commit

 

History

History
executable file
·
25 lines (18 loc) · 470 Bytes

README.md

File metadata and controls

executable file
·
25 lines (18 loc) · 470 Bytes

groovy-cli-grape-hello-world

Description

Demonstrates groovy's in-built build tool grapes. Still requires either gradle or maven to include groovy library on classpath.

Tech stack

  • gradle
  • groovy
    • grapes
    • grab

Docker stack

  • gradle:jdk11

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit

Grapes docs