mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 13:09:00 +00:00
Move all code to a code directory.
This commit is contained in:
parent
c47eb25483
commit
ad1be7c835
@ -12,10 +12,10 @@ java {
|
|||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':third-party')
|
implementation project(':third-party')
|
||||||
implementation project(':common:model')
|
implementation project(':code:common:model')
|
||||||
implementation project(':common:config')
|
implementation project(':code:common:config')
|
||||||
implementation project(':common:service-discovery')
|
implementation project(':code:common:service-discovery')
|
||||||
implementation project(':common:service-client')
|
implementation project(':code:common:service-client')
|
||||||
|
|
||||||
implementation libs.lombok
|
implementation libs.lombok
|
||||||
annotationProcessor libs.lombok
|
annotationProcessor libs.lombok
|
@ -13,12 +13,12 @@ java {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':third-party')
|
implementation project(':third-party')
|
||||||
implementation project(':common:model')
|
implementation project(':code:common:model')
|
||||||
implementation project(':common:config')
|
implementation project(':code:common:config')
|
||||||
implementation project(':common:service-discovery')
|
implementation project(':code:common:service-discovery')
|
||||||
implementation project(':common:service-client')
|
implementation project(':code:common:service-client')
|
||||||
|
|
||||||
implementation project(':index:index-query')
|
implementation project(':code:index:index-query')
|
||||||
|
|
||||||
implementation libs.lombok
|
implementation libs.lombok
|
||||||
annotationProcessor libs.lombok
|
annotationProcessor libs.lombok
|
@ -13,10 +13,10 @@ java {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':third-party')
|
implementation project(':third-party')
|
||||||
implementation project(':common:model')
|
implementation project(':code:common:model')
|
||||||
implementation project(':common:config')
|
implementation project(':code:common:config')
|
||||||
implementation project(':common:service-discovery')
|
implementation project(':code:common:service-discovery')
|
||||||
implementation project(':common:service-client')
|
implementation project(':code:common:service-client')
|
||||||
|
|
||||||
implementation libs.lombok
|
implementation libs.lombok
|
||||||
annotationProcessor libs.lombok
|
annotationProcessor libs.lombok
|
@ -12,9 +12,9 @@ java {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':common:service-discovery')
|
implementation project(':code:common:service-discovery')
|
||||||
implementation project(':common:service-client')
|
implementation project(':code:common:service-client')
|
||||||
implementation project(':libraries:misc')
|
implementation project(':code:libraries:misc')
|
||||||
}
|
}
|
||||||
|
|
||||||
test {
|
test {
|
@ -11,9 +11,9 @@ java {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':common:service-discovery')
|
implementation project(':code:common:service-discovery')
|
||||||
implementation project(':common:service-client')
|
implementation project(':code:common:service-client')
|
||||||
implementation project(':libraries:big-string')
|
implementation project(':code:libraries:big-string')
|
||||||
|
|
||||||
implementation libs.lombok
|
implementation libs.lombok
|
||||||
annotationProcessor libs.lombok
|
annotationProcessor libs.lombok
|
@ -13,7 +13,7 @@ java {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':third-party')
|
implementation project(':third-party')
|
||||||
implementation project(':common:service-discovery')
|
implementation project(':code:common:service-discovery')
|
||||||
|
|
||||||
|
|
||||||
implementation libs.lombok
|
implementation libs.lombok
|
@ -10,9 +10,9 @@ java {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':common:service-client')
|
implementation project(':code:common:service-client')
|
||||||
implementation project(':common:service-discovery')
|
implementation project(':code:common:service-discovery')
|
||||||
implementation project(':libraries:misc')
|
implementation project(':code:libraries:misc')
|
||||||
|
|
||||||
implementation libs.lombok
|
implementation libs.lombok
|
||||||
annotationProcessor libs.lombok
|
annotationProcessor libs.lombok
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user