You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
continuous-integration/drone/push Build is passing
Details
|
2 years ago | |
|---|---|---|
| .github | 2 years ago | |
| .mvn/wrapper | 2 years ago | |
| gradle/wrapper | 2 years ago | |
| src | 2 years ago | |
| .drone.yaml | 2 years ago | |
| .gitattributes | 3 years ago | |
| .gitignore | 2 years ago | |
| CHANGELOG.md | 2 years ago | |
| LICENSE | 14 years ago | |
| NOTICE | 14 years ago | |
| README.adoc | 2 years ago | |
| build.gradle | 2 years ago | |
| gradlew | 2 years ago | |
| gradlew.bat | 2 years ago | |
| mvnw | 2 years ago | |
| mvnw.cmd | 2 years ago | |
| pom.xml | 2 years ago | |
| settings.gradle | 2 years ago | |
README.adoc
== simple-jbdd
This project is a simple BDD framework.
The project uses the https://github.com/spockframework/[Spock Framework Example Project^]
=== Prerequisites
- JDK 17 or higher
- Maven use `mvnw` wrapper
- Gradle use `gradlew` wrapper
=== Building with Gradle
Type:
./gradlew clean test
Downloaded files (including the Gradle distribution itself) will be stored in the Gradle user home directory (typically *user_home*`/.gradle`).
=== Building with Maven
Type:
./mvnw clean test
Downloaded files will be stored in the local Maven repository (typically *user_home*`/.m2/repository`).