Skip to content

Commit

Permalink
Triggers a build to give a chance to sync LegacyLauncher 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
cakoyo committed Jul 27, 2018
1 parent c58612f commit f2c1527
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ dependencies:

test:
post:
- yes|cp -rf ./akarin-*.jar $CIRCLE_ARTIFACTS
- yes|cp -rf ./akarin-*.jar $CIRCLE_ARTIFACTS
8 changes: 4 additions & 4 deletions sources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@

<repositories>
<repository>
<id>spigotmc-public</id>
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
<id>akarin-repo</id>
<url>https://raw.githubusercontent.com/Akarin-project/akarin-repo/master/repository</url>
</repository>
<repository>
<id>akarin-repo</id>
<url>https://repo.akarin.io/Akarin-project/akarin-repo/master/repository</url>
<id>spigotmc-public</id>
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
</repository>
<repository>
<id>spongepowered-repo</id>
Expand Down

0 comments on commit f2c1527

Please sign in to comment.