Skip to content

Commit

Permalink
Fixes #1301 (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 authored Oct 30, 2024
1 parent c267d39 commit 1c0e33c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,22 @@ You can enable pre-commit format hooks by running:
mvn clean install -Dskip.format.code=false
```

### Building from source

The requirements for building from source are as follows

- JDK 11+
- Apache Maven 3
- Docker (if you want to run tests)

The build itself is straightforward:

```
mvn clean install
```

Note: We use some **binary files** for testing advanced crawler functionality. These files are located exclusively in the `src/test` directories of the respective modules.

## Thanks

![alt tag](https://www.yourkit.com/images/yklogo.png)
Expand Down

0 comments on commit 1c0e33c

Please sign in to comment.