Added irritating github repo libraries to dynmap repo
This commit is contained in:
parent
314c6448e3
commit
e9895c9b0e
1 changed files with 0 additions and 6 deletions
|
|
@ -30,12 +30,6 @@ allprojects {
|
|||
repositories {
|
||||
mavenLocal()
|
||||
maven { url 'https://libraries.minecraft.net/' }
|
||||
maven { url "https://maven.pkg.github.com/linktosriram/s3-lite"
|
||||
credentials {
|
||||
username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
|
||||
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
|
||||
}
|
||||
}
|
||||
maven { url "https://oss.sonatype.org/content/repositories/releases" }
|
||||
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
|
||||
maven { url "https://repo.mikeprimm.com" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue