Skip to content

Commit 191c480

Browse files
committed
Remove dmulloy2 repo
1 parent 4967aaa commit 191c480

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

buildSrc/src/main/kotlin/litecommands-repositories.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ repositories {
66
mavenCentral()
77

88
maven("https://maven.fabricmc.net/") // fabric
9-
maven("https://repo.dmulloy2.net/repository/public/") // protocol lib
109
maven("https://repo.papermc.io/repository/maven-public/") // paper, adventure, velocity
1110
maven("https://repo.opencollab.dev/maven-snapshots") // nukkit
1211
maven("https://hub.spigotmc.org/nexus/content/repositories/snapshots/") // spigot

litecommands-bukkit/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
api(project(":litecommands-framework"))
1111

1212
compileOnly("org.spigotmc:spigot-api:${Versions.SPIGOT_API}")
13-
compileOnly("com.comphenix.protocol:ProtocolLib:${Versions.PROTOCOL_LIB}")
13+
compileOnly("net.dmulloy2:ProtocolLib:${Versions.PROTOCOL_LIB}")
1414
testImplementation("org.spigotmc:spigot-api:${Versions.SPIGOT_API}")
1515
testImplementation("org.mockito:mockito-core:${Versions.MOCKITO}")
1616
}

0 commit comments

Comments
 (0)