File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ downloading from [Adoptium](https://adoptium.net/).
52
52
53
53
### Building with Gradle
54
54
55
- At the ` xml-dtd ` sources directory, run ` gradlew build ` to build:
55
+ At the ` xml-dtd ` sources directory, run ` ./ gradlew build` to build:
56
56
57
57
``` shell
58
58
git clone https://github.com/css4j/xml-dtd.git
@@ -65,7 +65,7 @@ cd xml-dtd
65
65
### Deploying to a Maven repository
66
66
67
67
Use:
68
- - ` ./gradlew build publishToMavenLocal ` to install in your local Maven repository.
68
+ - ` ./gradlew publishToMavenLocal ` to install in your local Maven repository.
69
69
- ` ./gradlew publish ` to deploy to a (generally remote) Maven repository.
70
70
71
71
Before deploying to a remote Maven repository, please read the
@@ -94,7 +94,7 @@ and optional library packages are the following:
94
94
** It is optional at runtime.**
95
95
96
96
- The [ tokenproducer] ( https://github.com/css4j/tokenproducer ) library; version
97
- 2.0.1 or higher is required.
97
+ 3.0 or higher is required.
98
98
99
99
** It is optional at runtime.**
100
100
You can’t perform that action at this time.
0 commit comments