File tree 2 files changed +0
-3
lines changed
2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -84,14 +84,12 @@ subprojects {
84
84
repositories {
85
85
mavenCentral()
86
86
maven(url = " https://pkg.sourceplus.plus/sourceplusplus/protocol" )
87
- maven(url = " https://pkg.sourceplus.plus/sourceplusplus/interface-booster-ui" )
88
87
}
89
88
90
89
if (! this .toString().contains(" commander" )) {
91
90
apply (plugin = " app.cash.licensee" )
92
91
configure< app.cash.licensee.LicenseeExtension > {
93
92
ignoreDependencies(" plus.sourceplus" , " protocol" )
94
- ignoreDependencies(" plus.sourceplus.interface" , " interface-booster-ui" )
95
93
allow(" Apache-2.0" )
96
94
allow(" MIT" )
97
95
allow(" EPL-1.0" )
Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ dependencies {
78
78
runtimeOnly(projectDependency(" :marker:py-marker" ))
79
79
runtimeOnly(projectDependency(" :marker:ult-marker" ))
80
80
implementation(projectDependency(" :monitor" ))
81
- implementation(" plus.sourceplus.interface:interface-booster-ui:$protocolVersion " )
82
81
implementation(" plus.sourceplus:protocol:$protocolVersion " )
83
82
84
83
implementation(" org.jooq:joor:$joorVersion " )
You can’t perform that action at this time.
0 commit comments