Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MCDEVS
Libraries
Spigot
Kotlin
Commits
8ef9fcb8
Commit
8ef9fcb8
authored
May 19, 2022
by
Hunter Wignall
Browse files
Do not rely on mirror repo
parent
8f1a6f2c
Pipeline
#187
passed with stages
in 2 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.gradle.kts
View file @
8ef9fcb8
...
...
@@ -19,7 +19,9 @@ allprojects {
repositories
{
mavenLocal
()
mavenCentral
()
maven
(
"https://hub.spigotmc.org/nexus/content/repositories/snapshots/"
)
maven
(
"https://oss.sonatype.org/content/repositories/snapshots"
)
maven
(
"https://nexus.mcdevs.us/repository/mcdevs/"
)
}
...
...
@@ -73,4 +75,4 @@ tasks {
named
(
"shadowJar"
)
{
enabled
=
false
}
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment