Skip to content

Commit e9895c9

Browse files
committed
Added irritating github repo libraries to dynmap repo
1 parent 314c644 commit e9895c9

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ allprojects {
3030
repositories {
3131
mavenLocal()
3232
maven { url 'https://libraries.minecraft.net/' }
33-
maven { url "https://maven.pkg.github.com/linktosriram/s3-lite"
34-
credentials {
35-
username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
36-
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
37-
}
38-
}
3933
maven { url "https://oss.sonatype.org/content/repositories/releases" }
4034
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
4135
maven { url "https://repo.mikeprimm.com" }

0 commit comments

Comments
 (0)