Move all code to a code directory.

This commit is contained in:
Viktor Lofgren 2023-03-07 17:14:32 +01:00
parent c47eb25483
commit ad1be7c835
836 changed files with 236 additions and 236 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 {

View File

@ -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

View File

@ -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

View File

@ -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