Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yogyagamage authored Oct 26, 2023
1 parent 34c314a commit 5cbe034
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 @@ -86,7 +86,7 @@ The data gathering workflow is as follows:
### The BreakingUpdateMiner
In order to gather breaking dependency updates from GitHub, a tool called the
BreakingUpdateMiner is available.
You can build this tool locally using `mvn package`.
You can build this tool locally using `mvn package` with Java 17.
You can then run the tool and print usage information with the command:
```bash
java -jar target/BreakingUpdateMiner.jar --help
Expand All @@ -95,7 +95,7 @@ java -jar target/BreakingUpdateMiner.jar --help
### The BreakingUpdateReproducer
In order to perform local reproduction once potential breaking uppdates have been found by the miner,
a tool called the BreakingUpdateReproducer is available.
You can build this tool locally using `mvn package`.
You can build this tool locally using `mvn package` with Java 17.
You can then run the tool and print usage information with the command:
```bash
java -jar target/BreakingUpdateReproducer.jar --help
Expand Down

0 comments on commit 5cbe034

Please sign in to comment.