22 lines
379 B
Markdown
22 lines
379 B
Markdown
|
### SDLink Core
|
||
|
|
||
|
Minecraft independent code used by Simple Discord Link. This library contains all the core discord code, and code that is not
|
||
|
dependent on Minecraft.
|
||
|
|
||
|
Requires JAVA 16 and Above!
|
||
|
|
||
|
***
|
||
|
|
||
|
#### Building Instructions (For contributors)
|
||
|
|
||
|
```gradle
|
||
|
// Build a jar
|
||
|
gradlew build
|
||
|
|
||
|
// To Publish
|
||
|
gradlew publish
|
||
|
|
||
|
// Publish to mavenLocal()
|
||
|
gradlew publishToMavenLocal
|
||
|
```
|