Skip to content

Commit

Permalink
README: fix outdated dependency version number, other minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Apr 30, 2024
1 parent cde9b4e commit 618c6ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ downloading from [Adoptium](https://adoptium.net/).

### Building with Gradle

At the `xml-dtd` sources directory, run `gradlew build` to build:
At the `xml-dtd` sources directory, run `./gradlew build` to build:

```shell
git clone https://github.com/css4j/xml-dtd.git
Expand All @@ -65,7 +65,7 @@ cd xml-dtd
### Deploying to a Maven repository

Use:
- `./gradlew build publishToMavenLocal` to install in your local Maven repository.
- `./gradlew publishToMavenLocal` to install in your local Maven repository.
- `./gradlew publish` to deploy to a (generally remote) Maven repository.

Before deploying to a remote Maven repository, please read the
Expand Down Expand Up @@ -94,7 +94,7 @@ and optional library packages are the following:
**It is optional at runtime.**

- The [tokenproducer](https://github.com/css4j/tokenproducer) library; version
2.0.1 or higher is required.
3.0 or higher is required.

**It is optional at runtime.**

Expand Down

0 comments on commit 618c6ec

Please sign in to comment.