Skip to content

Commit

Permalink
chore: remove booster-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
BFergerson committed Jan 4, 2023
1 parent 4c81131 commit 6458fa4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,12 @@ subprojects {
repositories {
mavenCentral()
maven(url = "https://pkg.sourceplus.plus/sourceplusplus/protocol")
maven(url = "https://pkg.sourceplus.plus/sourceplusplus/interface-booster-ui")
}

if (!this.toString().contains("commander")) {
apply(plugin = "app.cash.licensee")
configure<app.cash.licensee.LicenseeExtension> {
ignoreDependencies("plus.sourceplus", "protocol")
ignoreDependencies("plus.sourceplus.interface", "interface-booster-ui")
allow("Apache-2.0")
allow("MIT")
allow("EPL-1.0")
Expand Down
1 change: 0 additions & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ dependencies {
runtimeOnly(projectDependency(":marker:py-marker"))
runtimeOnly(projectDependency(":marker:ult-marker"))
implementation(projectDependency(":monitor"))
implementation("plus.sourceplus.interface:interface-booster-ui:$protocolVersion")
implementation("plus.sourceplus:protocol:$protocolVersion")

implementation("org.jooq:joor:$joorVersion")
Expand Down

0 comments on commit 6458fa4

Please sign in to comment.