Skip to content

Commit

Permalink
Update Quests Maven Repo (#59)
Browse files Browse the repository at this point in the history
* Updating repositories

* Add quests as a soft depend

---------

Co-authored-by: Jack Henhapl <jackah2@illinois.edu>
  • Loading branch information
Geph and jackah2 committed Feb 14, 2023
1 parent e894767 commit c1166cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.whimc</groupId>
<artifactId>WHIMC-ScienceTools</artifactId>
<version>2.4.7</version>
<version>2.4.8</version>
<name>WHIMC Science Tools</name>
<description>Simulate values for scientific tools</description>
<repositories>
Expand All @@ -20,8 +20,8 @@
</repository>
<!-- Maven repo for Quests -->
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
<id>codemc-repo</id>
<url>https://repo.codemc.io/repository/maven-public/</url>
</repository>
</repositories>

Expand Down Expand Up @@ -54,9 +54,15 @@
</dependency>
<!-- Add Quests to the build -->
<dependency>
<groupId>com.github.PikaMug.Quests</groupId>
<artifactId>quests-main</artifactId>
<version>4.0.8</version>
<groupId>me.blackvein.quests</groupId>
<artifactId>quests-api</artifactId>
<version>4.6.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>me.blackvein.quests</groupId>
<artifactId>quests-core</artifactId>
<version>4.6.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: ${project.description}
author: Jack Henhapl
api-version: 1.13
main: edu.whimc.sciencetools.ScienceTools
softdepend: [WorldGuard]
softdepend: [WorldGuard, Quests]
loadbefore: [Quests]
load: POSTWORLD
commands:
Expand Down

0 comments on commit c1166cd

Please sign in to comment.