Welcome to the Spock Example Project! This repository contains example specifications and build scripts for Gradle to help you get started with Spock.
- JDK 17 or later
- Gradle (use
gradlewwrapper) - Grails 6.2.0 or later
To build the project using Gradle, run the following command:
./gradlew clean
Downloaded files, including the Gradle distribution itself, will be stored in the Gradle user home directory (typically user_home/.gradle).
Just open the project directory (open build.gradle as project) with IntelliJ IDEA, and it should auto-detect the project settings.
To run the project test cases using Gradle, run the following command:
./gradlew test
This project is licensed under the Apache-2.0 License - see the LICENSE file for details.