Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit d51195f

Browse files
committed
MavenLoaderAPI 1.2-SNAPSHOT
1 parent 6ef6541 commit d51195f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,11 @@ repositories {
2121
name = "jitpack"
2222
url = 'https://jitpack.io'
2323
}
24-
maven {
25-
url = "https://repo.repsy.io/mvn/rdb/default"
26-
name = "tranic-repo"
27-
}
2824
}
2925

3026
dependencies {
3127
compileOnly("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT")
3228
annotationProcessor("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT")
33-
compileOnly("one.tranic:maven-loader-api:1.0.1")
3429
implementation("com.github.Carleslc.Simple-YAML:Simple-Yaml:1.8.4")
3530
implementation("com.github.ben-manes.caffeine:caffeine:3.1.8")
3631
}

0 commit comments

Comments
 (0)