We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4674c60 commit b08bf10Copy full SHA for b08bf10
build.gradle.kts
@@ -64,14 +64,3 @@ project(":configlib-bukkit") {
64
65
tasks.jar { from(project(":configlib-core").sourceSets["main"].output) }
66
}
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