Skip to content

Commit

Permalink
remove exclude unit tests from build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbinna committed Jan 24, 2023
1 parent cb9b885 commit 4b4a9b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Run an active scan or manually select a request to check:

## Build

Linux: `./gradlew clean build fatJar -x test`
Linux: `./gradlew clean build fatJar`

Windows: `.\gradlew.bat clean build fatJar -x test`
Windows: `.\gradlew.bat clean build fatJar`

Get the jar from `build/libs/host_header_inchecktion-<version>.jar`

0 comments on commit 4b4a9b4

Please sign in to comment.