mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 04:58:59 +00:00
Remove old unused protobuf crap
This commit is contained in:
parent
83d20ccf48
commit
cf1f878a39
@ -12,7 +12,6 @@ java {
|
||||
}
|
||||
dependencies {
|
||||
implementation project(':third-party')
|
||||
implementation project(':protocol')
|
||||
implementation project(':common:model')
|
||||
implementation project(':common:config')
|
||||
implementation project(':common:service-discovery')
|
||||
|
@ -13,7 +13,6 @@ java {
|
||||
|
||||
dependencies {
|
||||
implementation project(':third-party')
|
||||
implementation project(':protocol')
|
||||
implementation project(':common:model')
|
||||
implementation project(':common:config')
|
||||
implementation project(':common:service-discovery')
|
||||
|
@ -13,7 +13,6 @@ java {
|
||||
|
||||
dependencies {
|
||||
implementation project(':third-party')
|
||||
implementation project(':protocol')
|
||||
implementation project(':common:model')
|
||||
implementation project(':common:config')
|
||||
implementation project(':common:service-discovery')
|
||||
|
@ -13,7 +13,6 @@ java {
|
||||
|
||||
dependencies {
|
||||
implementation project(':third-party')
|
||||
implementation project(':protocol')
|
||||
implementation project(':common:service-discovery')
|
||||
|
||||
|
||||
|
@ -13,7 +13,6 @@ java {
|
||||
|
||||
dependencies {
|
||||
implementation project(':third-party')
|
||||
implementation project(':protocol')
|
||||
implementation project(':common:model')
|
||||
implementation project(':common:config')
|
||||
implementation project(':libraries:misc')
|
||||
|
@ -12,7 +12,6 @@ java {
|
||||
}
|
||||
dependencies {
|
||||
implementation project(':third-party')
|
||||
implementation project(':protocol')
|
||||
implementation project(':common:model')
|
||||
implementation project(':api:index-api')
|
||||
implementation project(':common:service-discovery')
|
||||
|
@ -18,7 +18,6 @@ application {
|
||||
|
||||
dependencies {
|
||||
implementation project(':third-party')
|
||||
implementation project(':protocol')
|
||||
implementation project(':common:model')
|
||||
implementation project(':common:service')
|
||||
implementation project(':common:config')
|
||||
|
@ -14,7 +14,6 @@ java {
|
||||
|
||||
dependencies {
|
||||
implementation project(':third-party')
|
||||
implementation project(':protocol')
|
||||
implementation project(':common:model')
|
||||
implementation project(':libraries:misc')
|
||||
implementation project(':api:index-api')
|
||||
|
@ -18,7 +18,6 @@ application {
|
||||
|
||||
dependencies {
|
||||
implementation project(':third-party')
|
||||
implementation project(':protocol')
|
||||
implementation project(':common:model')
|
||||
implementation project(':common:config')
|
||||
implementation project(':common:service')
|
||||
|
@ -13,7 +13,6 @@ java {
|
||||
|
||||
dependencies {
|
||||
implementation project(':third-party')
|
||||
implementation project(':protocol')
|
||||
implementation project(':common:model')
|
||||
implementation project(':common:config')
|
||||
implementation project(':common:service')
|
||||
|
@ -17,7 +17,6 @@ application {
|
||||
|
||||
dependencies {
|
||||
implementation project(':third-party')
|
||||
implementation project(':protocol')
|
||||
implementation project(':api:index-api')
|
||||
implementation project(':common:model')
|
||||
implementation project(':common:config')
|
||||
|
@ -16,7 +16,6 @@ java {
|
||||
|
||||
dependencies {
|
||||
implementation project(':third-party')
|
||||
implementation project(':protocol')
|
||||
implementation project(':common:model')
|
||||
implementation project(':common:service')
|
||||
|
||||
|
@ -12,7 +12,6 @@ java {
|
||||
|
||||
dependencies {
|
||||
implementation project(':third-party')
|
||||
implementation project(':protocol')
|
||||
implementation project(':common:model')
|
||||
implementation project(':common:service')
|
||||
|
||||
|
@ -16,7 +16,6 @@ java {
|
||||
|
||||
dependencies {
|
||||
implementation project(':third-party')
|
||||
implementation project(':protocol')
|
||||
implementation project(':common:model')
|
||||
implementation project(':common:config')
|
||||
implementation project(':libraries:misc')
|
||||
|
@ -60,7 +60,6 @@ jmhJar {
|
||||
}
|
||||
dependencies {
|
||||
implementation project(':third-party')
|
||||
implementation project(':protocol')
|
||||
implementation project(':common:service')
|
||||
implementation project(':common:config')
|
||||
implementation project(':libraries:misc')
|
||||
|
@ -31,7 +31,6 @@ java {
|
||||
}
|
||||
dependencies {
|
||||
implementation project(':third-party')
|
||||
implementation project(':protocol')
|
||||
implementation project(':common:service')
|
||||
implementation project(':common:service-discovery')
|
||||
implementation project(':common:service-client')
|
||||
|
@ -21,7 +21,6 @@ java {
|
||||
|
||||
dependencies {
|
||||
implementation project(':third-party')
|
||||
implementation project(':protocol')
|
||||
implementation project(':api:assistant-api')
|
||||
implementation project(':common:config')
|
||||
implementation project(':common:service')
|
||||
|
@ -20,7 +20,6 @@ java {
|
||||
}
|
||||
dependencies {
|
||||
implementation project(':third-party')
|
||||
implementation project(':protocol')
|
||||
implementation project(':common:config')
|
||||
implementation project(':common:model')
|
||||
implementation project(':common:service')
|
||||
|
@ -20,7 +20,6 @@ java {
|
||||
}
|
||||
dependencies {
|
||||
implementation project(':third-party')
|
||||
implementation project(':protocol')
|
||||
implementation project(':common:model')
|
||||
implementation project(':common:service')
|
||||
implementation project(':common:config')
|
||||
|
@ -22,7 +22,6 @@ apply from: "$rootProject.projectDir/docker-service.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation project(':third-party')
|
||||
implementation project(':protocol')
|
||||
implementation project(':common:model')
|
||||
implementation project(':common:service')
|
||||
implementation project(':common:config')
|
||||
|
@ -20,7 +20,6 @@ java {
|
||||
}
|
||||
dependencies {
|
||||
implementation project(':third-party')
|
||||
implementation project(':protocol')
|
||||
implementation project(':common:model')
|
||||
implementation project(':common:service')
|
||||
implementation project(':common:service-discovery')
|
||||
|
@ -20,7 +20,6 @@ java {
|
||||
}
|
||||
dependencies {
|
||||
implementation project(':third-party')
|
||||
implementation project(':protocol')
|
||||
implementation project(':common:model')
|
||||
implementation project(':common:service')
|
||||
implementation project(':common:service-discovery')
|
||||
|
@ -45,7 +45,6 @@ include 'crawl:common'
|
||||
include 'crawl:experimental'
|
||||
|
||||
include 'third-party'
|
||||
include 'protocol'
|
||||
include 'other:memex'
|
||||
include 'other:wmsa_old'
|
||||
|
||||
|
@ -13,7 +13,6 @@ java {
|
||||
|
||||
dependencies {
|
||||
implementation project(':third-party')
|
||||
implementation project(':protocol')
|
||||
implementation project(':common:model')
|
||||
implementation project(':features:screenshots')
|
||||
implementation project(':common:service')
|
||||
|
Loading…
Reference in New Issue
Block a user