Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Update to xxyy/Intake supporting Guava 22; Fixes #3
Browse files Browse the repository at this point in the history
The new version includes some fixes from
https://github.com/MyWarp/Intake/ which fix a compatibility
issue with Guava 21, which is included in more-recent Spigot
versions.
  • Loading branch information
literalplus committed Sep 3, 2017
1 parent 785fe74 commit fdd59b5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@

<!-- custom fork with some fixes; for now -->
<dependency>
<groupId>com.sk89q.intake</groupId>
<groupId>li.l1t.intake</groupId>
<artifactId>intake</artifactId>
<version>xxyy-1f9714</version>
<version>xxyy-1277ebe</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -122,7 +122,7 @@
<artifactSet>
<includes>
<include>li.l1t.common:intake-spigot</include>
<include>com.sk89q.intake:intake</include>
<include>li.l1t.intake:intake</include>
</includes>
</artifactSet>
<shadedClassifierName>plugin</shadedClassifierName>
Expand Down Expand Up @@ -198,6 +198,7 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<!--suppress MavenModelInspection -->
<preparationGoals>
<![CDATA[clean verify resources:copy-resources@update-readme-version exec:exec@add-readme-to-git]]>
</preparationGoals>
Expand Down

0 comments on commit fdd59b5

Please sign in to comment.