Skip to content

Commit

Permalink
fix: Fix invalid xpdustry maven repository
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Jun 1, 2024
1 parent d514197 commit f03031c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ import java.net.URI
*
* Provides mindustry, arc and [anuke rhino fork](https://github.com/Anuken/rhino).
*/
public fun RepositoryHandler.anukeXpdustry(): MavenArtifactRepository = createAnukeRepository("xpdustry", "https://maven.xpdustry.com")
public fun RepositoryHandler.anukeXpdustry(): MavenArtifactRepository =
createAnukeRepository("xpdustry", "https://maven.xpdustry.com/mindustry")

/**
* Add the [zelaux repository](https://github.com/Zelaux/MindustryRepo) restricted to Anuke artifacts.
Expand Down

0 comments on commit f03031c

Please sign in to comment.