File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff 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 " )
You can’t perform that action at this time.
0 commit comments