diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2020-04-23 00:58:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-23 00:58:10 +0100 |
| commit | 61783485b57b3171b67dd6db921c8b042a3346a1 (patch) | |
| tree | d9bac478c5e4052e6fed2bbc636699af24df3de0 | |
| parent | 4652991d7d2b93b4c44db8b14810f47d5433479a (diff) | |
Highlighted
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,13 +11,13 @@ Alternatively, you can build Quests via Maven using ``mvn clean package``. Creating new Task Types within Quests is supported, [see the wiki](https://github.com/LMBishop/Quests/wiki/New-Task-Type) for help. You can include quests in your Maven project using [JitPack](https://jitpack.io/#LMBishop/Quests): -```$xslt +```xml <repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository> ``` -``` +```xml <dependency> <groupId>com.github.LMBishop</groupId> <artifactId>Quests</artifactId> |
