An open API service indexing awesome lists of open source software.

https://github.com/wttech/habit-example

Examples of Habit setup
https://github.com/wttech/habit-example

Last synced: 10 months ago
JSON representation

Examples of Habit setup

Awesome Lists containing this project

README

          

# Habit Gradle example project

An example Gradle based project containing basic Apache configuration and Habit setup.

### Structure

* /gradle - Gradle wrapper
* /httpdConfiguration - folder with all Apache configuration files
* /src/main - empty
* /src/test/java - Java testing code
* /src/test/resources - Logback configuration
* /.gitignore - standard git ignore file
* /build.gradle.kts - all Habit dependencies, Gradle plugin and JUnit setup
* /habit.json - main configuration file for Habit

### habit.json

### Commands

Execute all tests - `gradlew :test`