Skip to content

Commit

Permalink
Added CI and Javadoc links in readme (PR #213)
Browse files Browse the repository at this point in the history
  • Loading branch information
Poslovitch authored Jul 27, 2018
2 parents 5a0b05e + e72ff1a commit b33c9f7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,30 @@ File bug and feature requests here: https://github.com/tastybento/bskyblock/issu
Note for developers
===================
This is an actively developed project but we are not currently accepting Pull Requests from non-collaborators. Once we have finished the main development, we'll be open to PR's.

Development Builds
==================
Jenkins: https://ci.codemc.org/job/Tastybento/job/bskyblock/

API
===
Maven dependency:
```xml
<repositories>
<repository>
<id>codemc-repo</id>
<url>https://repo.codemc.org/repository/maven-public/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>us.tastybento</groupId>
<artifactId>bskyblock</artifactId>
<version>FC-0.74</version>
<scope>provided</scope>
</dependency>
</dependencies>
```

You can find the javadoc here: https://ci.codemc.org/job/Tastybento/job/bskyblock/javadoc/

0 comments on commit b33c9f7

Please sign in to comment.