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.
 
 
Go to file
KKlochko df7c7e2b9f
continuous-integration/drone/tag Build is passing Details
Add default constructor for SimpleTestReportFormatter.
2 years ago
.github Update actions/cache action to v3 2 years ago
.mvn/wrapper Update dependency maven to v3.9.4 2 years ago
gradle/wrapper Update dependency gradle to v8 2 years ago
src Add default constructor for SimpleTestReportFormatter. 2 years ago
.drone.yaml Add the CI/CD configuration for Gradle and Maven build. 2 years ago
.gitattributes Update Gradle 7.5.1 and Maven 3.8.6 3 years ago
.gitignore Project initialization. 2 years ago
LICENSE initial commit 13 years ago
NOTICE initial commit 13 years ago
README.adoc Project initialization. 2 years ago
build.gradle Add Apache Commons Lang library. 2 years ago
gradlew Update dependency gradle to v8 2 years ago
gradlew.bat Update dependency gradle to v8 2 years ago
mvnw Update dependency maven-wrapper to v3.2.0 2 years ago
mvnw.cmd Update dependency maven-wrapper to v3.2.0 2 years ago
pom.xml Add Apache Commons Lang library. 2 years ago
settings.gradle Project initialization. 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`).