Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 668 Bytes

RunningGitpod.md

File metadata and controls

22 lines (16 loc) · 668 Bytes

Running via Gitpod

Gitpod ready-to-code

To run via gitpod. Click on the Gitpod button on the github site. Once loaded, run one of the available script tasks. To find available script tasks you can try something like:

> ./gradlew :McNuggets:tasks --group="Application"

You should see something like below: Gitpod tasks

And you can run a script with something like:

> ./gradlew :McNuggets:runChoco

With the following result: Gitpod result