Update readme.md

This commit is contained in:
bluefireoly
2020-10-12 17:22:21 +02:00
parent 1ac84605d6
commit ead721eca2

View File

@@ -75,7 +75,7 @@ If you work with KSpigot, you also need Spigot as a dependency.
You **must** use a shade / shadow plugin with your build system. KSpigot needs to be relocated.
##### GRADLE
#### GRADLE
The plugin:
```kotlin
@@ -117,7 +117,7 @@ tasks.shadowJar.get().dependsOn(relocateShadowJar)
</p>
</details>
##### MAVEN
#### MAVEN
For example, you could use the [Apache Maven Shade Plugin](https://maven.apache.org/plugins/maven-shade-plugin/examples/class-relocation.html).