diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2020-04-23 00:57:14 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2020-04-23 00:57:14 +0100 |
| commit | 4652991d7d2b93b4c44db8b14810f47d5433479a (patch) | |
| tree | c21298ed40717ae58df09538912e4829840fb230 | |
| parent | f660253dba24a4a5bcee0150d18bb45357c4a347 (diff) | |
Rewrote a few things
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | pom.xml | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -10,7 +10,7 @@ Alternatively, you can build Quests via Maven using ``mvn clean package``. ### Maven 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 +You can include quests in your Maven project using [JitPack](https://jitpack.io/#LMBishop/Quests): ```$xslt <repository> <id>jitpack.io</id> @@ -100,6 +100,7 @@ <groupId>com.github.IridiumLLC</groupId> <artifactId>IridiumSkyblock</artifactId> <version>master</version> + <scope>provided</scope> </dependency> <!-- uSkyBlock --> |
