Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbertolini committed Jul 15, 2024
1 parent 7f3d504 commit 3472bdf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,17 @@ version. It is recommended to upgrade to Liquibase 3.4.1 which addresses this is
### Build
To build this project, clone the repo and run the ```ant``` command:
```
$ git clone https://github.com/mattbertolini/liquibase-slf4j.git
$ cd liquibase-slf4j
$ ant
git clone https://github.com/mattbertolini/liquibase-slf4j.git
cd liquibase-slf4j
ant
```

The distributable jar files will be located in the ```dist``` folder. The build reports (unit test, coverage, etc.)
will be located in the ```build/reports``` dir.

To list all available tasks:
```
$ ant -p
ant -p
```

## Bugs
Expand Down

0 comments on commit 3472bdf

Please sign in to comment.