Skip to content

Commit 990af8b

Browse files
committed
move aikar repository to the right place
GitOrigin-RevId: 374a419449818a861d8c2c6a5043dbd8e14bf308
1 parent ec792fc commit 990af8b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ repositories {
5858
url = uri('https://oss.sonatype.org/content/repositories/snapshots/')
5959
}
6060

61+
// aikar
62+
maven {
63+
url = uri('https://repo.aikar.co/nexus/content/groups/aikar/')
64+
}
65+
6166
}
6267

6368
dependencies {
@@ -128,10 +133,6 @@ publishing {
128133
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
129134
}
130135
}
131-
132-
maven {
133-
url = uri('https://repo.aikar.co/nexus/content/groups/aikar/')
134-
}
135136
}
136137
}
137138

0 commit comments

Comments
 (0)