File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
3030If 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
You can’t perform that action at this time.
0 commit comments