Skip to content

Commit 6458fa4

Browse files
committed
chore: remove booster-ui
1 parent 4c81131 commit 6458fa4

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

build.gradle.kts

-2
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,12 @@ subprojects {
8484
repositories {
8585
mavenCentral()
8686
maven(url = "https://pkg.sourceplus.plus/sourceplusplus/protocol")
87-
maven(url = "https://pkg.sourceplus.plus/sourceplusplus/interface-booster-ui")
8887
}
8988

9089
if (!this.toString().contains("commander")) {
9190
apply(plugin = "app.cash.licensee")
9291
configure<app.cash.licensee.LicenseeExtension> {
9392
ignoreDependencies("plus.sourceplus", "protocol")
94-
ignoreDependencies("plus.sourceplus.interface", "interface-booster-ui")
9593
allow("Apache-2.0")
9694
allow("MIT")
9795
allow("EPL-1.0")

plugin/build.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ dependencies {
7878
runtimeOnly(projectDependency(":marker:py-marker"))
7979
runtimeOnly(projectDependency(":marker:ult-marker"))
8080
implementation(projectDependency(":monitor"))
81-
implementation("plus.sourceplus.interface:interface-booster-ui:$protocolVersion")
8281
implementation("plus.sourceplus:protocol:$protocolVersion")
8382

8483
implementation("org.jooq:joor:$joorVersion")

0 commit comments

Comments
 (0)