mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-19 17:25:11 +01:00
Added CI and Javadoc links in readme (PR #213)
This commit is contained in:
commit
b33c9f7241
27
README.md
27
README.md
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user