Skip to content

Instantly share code, notes, and snippets.

@Flashback083
Created November 11, 2018 18:54
Show Gist options
  • Save Flashback083/f10a68d094ddad5da0c833323c62300e to your computer and use it in GitHub Desktop.
Save Flashback083/f10a68d094ddad5da0c833323c62300e to your computer and use it in GitHub Desktop.
repositories {
mavenCentral()
maven {
name = 'spigotmc-repo'
url = 'https://hub.spigotmc.org/nexus/content/groups/public/'
}
maven {
name = 'sonatype'
url = 'https://oss.sonatype.org/content/groups/public/'
}
ivy {
url "https://download.nodecdn.net/containers"
layout "pattern", {
artifact "/[organisation]/[module]/release/[revision]/[ext]"
}
}
maven {
url "http://nexus.hc.to/content/repositories/pub_releases"
}
maven { url 'https://jitpack.io' }
/*maven{
url "http://repo.ess3.net/content/groups/essentials"
}*/
flatDir{
dirs 'libs'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment