Skip to content

Commit

Permalink
improve instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
markro49 committed Jan 17, 2024
1 parent d4e2815 commit 57a7564
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README-codespecs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ To build this project
---------------------

```
mvn verify
mvn -B clean verify
```

The `.jar` file is found at, for example, `target/bcel-6.2.0.1.jar`.
(You may need to add -Drat.skip=true if you have local untracked files.)

The `.jar` file will be found in the target subdirectory at, for example, `target/bcel-6.8.1.jar`.


To update to a newer version of the upstream library
Expand Down

0 comments on commit 57a7564

Please sign in to comment.