An example Gradle based project containing basic Apache configuration and Habit setup.
- /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
Execute all tests - gradlew :test