Skip to content

Commit 5b7f697

Browse files
authored
Merge pull request #216 from pusher/remove-publish-instructions
Remove publish instrucitons
2 parents 2830876 + 8ec70bf commit 5b7f697

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -577,19 +577,6 @@ From the top level directory execute:
577577
* `gradlew javadoc` to generate the JavaDoc. The docs will be output to the `build/docs/javadoc/` directory.
578578
* `gradlew assemble` assemble all artifacts but does not run any tests.
579579
* `gradlew build` to build all jars and execute all tests & verification. The jars will be output to the `build/libs` directory.
580-
* `gradlew createPublishTarget uploadArchives` to upload all artifacts. **This task requires some properties to be set, see below.**
581-
* `gradlew publishGhPages` to upload JavaDocs to `gh-pages`. **This task requires some properties to be set, see below.**
582-
583-
#### Build Properties
584-
585-
There are several build properties used for authentication. These should be set either in `~/.gradle/gradle.properties` using the format `property=value` or can be passed via command line as `-Pprop=val`.
586-
587-
The properties used for the build are:
588-
589-
* `maven.username` - the username used for Maven deployment authentication
590-
* `maven.password` - the password used for Maven deployment authentication
591-
* `github.username` - the username used for GitHub authentication
592-
* `github.password` - the password used for GitHub authentication
593580

594581
### Run the Example Application
595582

0 commit comments

Comments
 (0)