Skip to content

Commit

Permalink
add javadoc configuration (#55)
Browse files Browse the repository at this point in the history
* add javadoc configuration

* update deploy
  • Loading branch information
nkysg authored Dec 24, 2023
1 parent a5e1e8b commit 4a26000
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,13 @@ starcoin -n dev --http-apis all console
## License

starcoin-java is licensed as [Apache 2.0](./LICENSE).


## Deploy maven

In DigitOcean machine

```shell
export GPG_TTY=$(tty)
mvn clean deploy
```
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.starcoin</groupId>
<artifactId>sdk</artifactId>
<version>1.1.29</version>
<version>1.1.30</version>

<name>Starcoin Java SDK</name>
<description>Starcoin Java SDK</description>
Expand Down Expand Up @@ -161,6 +161,8 @@
<version>2.9.1</version>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
<source>8</source>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 4a26000

Please sign in to comment.