Skip to content

Commit

Permalink
fix name of maven
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Aug 8, 2024
1 parent ec8a252 commit 81ab67a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ open class UniminedExtensionImpl(project: Project) : UniminedExtension(project)

val arcseekersMaven by lazy {
project.repositories.maven {
it.name = "outlands"
it.name = "arcseekers"
it.url = URI.create("https://maven.arcseekers.com/releases")
}
}
Expand Down

0 comments on commit 81ab67a

Please sign in to comment.