Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wololock/groovy-4-examples
https://github.com/wololock/groovy-4-examples
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wololock/groovy-4-examples
- Owner: wololock
- Created: 2022-04-13T06:45:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T09:07:37.000Z (over 2 years ago)
- Last Synced: 2024-05-02T06:17:08.240Z (6 months ago)
- Language: Shell
- Size: 73.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Groovy 4 Examples
## Install the latest Groovy
```bash
sdk install groovy
```Get SDKMAN - https://sdkman.io/
## Run a single script with `groovy` command
```bash
cd examples/groovy 01_basic_switch_expressions.groovy
```## Run a single script using Gradle
```bash
./gradlew -q runScript -PmainClass=01_basic_switch_expressions
```## Run all scripts using Gradle
```bash
chmod +x ./runall.sh./runall.sh
```