Skip to content

Commit

Permalink
README: add a few more explanations about the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed May 21, 2021
1 parent 1d80d31 commit 985555e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ required). You can run a variety of Gradle tasks:
- `gradle build publishToMavenLocal` (to install in local Maven repository)
- `gradle copyJars` (to copy jar files into a top-level _jar_ directory)
- `gradle lineEndingConversion` (to convert line endings of top-level text files to CRLF)
- `gradle publish` (to deploy to a Maven repository, as described in the `publishing` block of
- `gradle publish` (to deploy to a Maven repository, as described in the `publishing.repositories.maven` block of
[css4j.java-conventions.gradle](https://github.com/css4j/css4j-dist/blob/master/buildSrc/src/main/groovy/css4j.java-conventions.gradle))

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

<br/>

Expand Down

0 comments on commit 985555e

Please sign in to comment.