You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -577,19 +577,6 @@ From the top level directory execute:
577
577
*`gradlew javadoc` to generate the JavaDoc. The docs will be output to the `build/docs/javadoc/` directory.
578
578
*`gradlew assemble` assemble all artifacts but does not run any tests.
579
579
*`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
0 commit comments