KKlochko 74d7d48773
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Update the CHANGELOG.
2023-11-02 21:03:03 +02:00
2023-09-06 15:46:58 +02:00
2023-09-19 21:54:56 +03:00
2023-11-02 20:57:18 +02:00
2023-11-02 21:03:03 +02:00
2023-10-18 22:02:54 +03:00
2023-10-18 22:02:54 +03:00
2023-09-06 15:20:21 +02:00
2023-09-06 15:20:21 +02:00
2023-09-06 15:19:33 +02:00
2012-02-28 03:19:11 +01:00
2023-11-02 20:57:18 +02:00
2023-11-02 20:57:18 +02:00

simple-jbdd

This project is a simple BDD framework.

The project uses the Spock Framework Example Project

Prerequisites

  • JDK 17 or higher

  • Maven use mvnw wrapper

  • Gradle use gradlew wrapper

Building with Gradle

Downloaded files (including the Gradle distribution itself) will be stored in the Gradle user home directory (typically user_home/.gradle).

Type: test

./gradlew clean test

Type: build

./gradlew clean build

Type: run with asserts

java -ea -jar ./build/libs/simple_jbdd-0.13.5-all.jar

Building with Maven

Downloaded files will be stored in the local Maven repository (typically user_home/.m2/repository).

Type: test

./mvnw clean test

Type: build

./mvnw clean package

Type: run with asserts

java -ea -jar ./target/simple_jbdd-0.13.5.jar

Author

Kostiantyn Klochko (c) 2023

License

Under the GNU Lesser General Public License v3.0 or later.

S
Description
No description provided
Readme
918 KiB
0.13.5
Latest
2023-11-02 19:03:03 +00:00
Languages
Java 72.1%
Groovy 27.9%