Skip to content

Commit 985555e

Browse files
committed
README: add a few more explanations about the build.
1 parent 1d80d31 commit 985555e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ required). You can run a variety of Gradle tasks:
2424
- `gradle build publishToMavenLocal` (to install in local Maven repository)
2525
- `gradle copyJars` (to copy jar files into a top-level _jar_ directory)
2626
- `gradle lineEndingConversion` (to convert line endings of top-level text files to CRLF)
27-
- `gradle publish` (to deploy to a Maven repository, as described in the `publishing` block of
27+
- `gradle publish` (to deploy to a Maven repository, as described in the `publishing.repositories.maven` block of
2828
[css4j.java-conventions.gradle](https://github.com/css4j/css4j-dist/blob/master/buildSrc/src/main/groovy/css4j.java-conventions.gradle))
2929

3030
If you do not have Gradle installed, it is easy to do so using a package manager (for example [`scoop`](https://scoop.sh/)
31-
in Windows).
31+
in Windows or [SDKMAN!](https://sdkman.io/) on Linux).
3232

3333
<br/>
3434

0 commit comments

Comments
 (0)