Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exercism/groovy
Exercism exercises in Groovy.
https://github.com/exercism/groovy
community-contributions-paused exercism-track unmaintained
Last synced: about 1 month ago
JSON representation
Exercism exercises in Groovy.
- Host: GitHub
- URL: https://github.com/exercism/groovy
- Owner: exercism
- License: mit
- Created: 2014-10-05T21:25:35.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T20:31:49.000Z (8 months ago)
- Last Synced: 2024-05-01T11:25:18.251Z (8 months ago)
- Topics: community-contributions-paused, exercism-track, unmaintained
- Language: Groovy
- Homepage: https://exercism.org/tracks/groovy
- Size: 1.01 MB
- Stars: 19
- Watchers: 10
- Forks: 41
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Exercism Groovy Track
![Build](https://github.com/exercism/groovy/workflows/Build/badge.svg)
[![GitHub issues](https://img.shields.io/github/issues/exercism/groovy.svg)](https://github.com/exercism/groovy/issues)
[![GitHub forks](https://img.shields.io/github/forks/exercism/groovy.svg)](https://github.com/exercism/groovy/network)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/exercism/groovy/master/LICENSE)Exercism problems in [Groovy](https://groovy-lang.org/).
You can find more information about Groovy on the [Groovy website](https://groovy-lang.org/).
## Building the project
On Linux or Mac:
```bash
./gradlew build
```On Windows:
```bash
./gradlew.bat build
```## Contributing Guide
If you want to be a part of Exercism as a whole and contribute, please refer to the [Contributing Guide](https://github.com/exercism/docs/blob/master/finding-your-way.md).For information on contributing to this track, refer to the [CONTRIBUTING.md](./CONTRIBUTING.md) file.
## Support
Need assistance? Get help on the [Exercism forum][forum].
[forum]: https://forum.exercism.org/