Skip to content

Commit f2c1527

Browse files
committed
Triggers a build to give a chance to sync LegacyLauncher 1.25
1 parent c58612f commit f2c1527

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ dependencies:
1313

1414
test:
1515
post:
16-
- yes|cp -rf ./akarin-*.jar $CIRCLE_ARTIFACTS
16+
- yes|cp -rf ./akarin-*.jar $CIRCLE_ARTIFACTS

sources/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,12 @@
155155

156156
<repositories>
157157
<repository>
158-
<id>spigotmc-public</id>
159-
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
158+
<id>akarin-repo</id>
159+
<url>https://raw.githubusercontent.com/Akarin-project/akarin-repo/master/repository</url>
160160
</repository>
161161
<repository>
162-
<id>akarin-repo</id>
163-
<url>https://repo.akarin.io/Akarin-project/akarin-repo/master/repository</url>
162+
<id>spigotmc-public</id>
163+
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
164164
</repository>
165165
<repository>
166166
<id>spongepowered-repo</id>

0 commit comments

Comments
 (0)