Skip to content

Commit b08bf10

Browse files
authored
Update build.gradle.kts
1 parent 4674c60 commit b08bf10

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

build.gradle.kts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,3 @@ project(":configlib-bukkit") {
6464

6565
tasks.jar { from(project(":configlib-core").sourceSets["main"].output) }
6666
}
67-
project(":configlib-bungee") {
68-
repositories {
69-
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
70-
}
71-
dependencies {
72-
implementation(project(":configlib-core"))
73-
implementation("net.md-5:bungeecord-api:1.12-SNAPSHOT")
74-
}
75-
76-
tasks.jar { from(project(":configlib-core").sourceSets["main"].output) }
77-
}

0 commit comments

Comments
 (0)