Skip to content

Instantly share code, notes, and snippets.

@mitch-seymour
Last active February 27, 2020 01:41
Show Gist options
  • Save mitch-seymour/c58a3fdf9b61b31b4d5ca1d08ca8ac09 to your computer and use it in GitHub Desktop.
Save mitch-seymour/c58a3fdf9b61b31b4d5ca1d08ca8ac09 to your computer and use it in GitHub Desktop.
# create a new project directory
$ mkdir graal-cli-example && cd graal-cli-example
# init a new project
$ gradle init \
--type java-application \
--dsl groovy \
--test-framework junit-jupiter \
--project-name hi \
--package com.mitchseymour.hi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment