File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
logging/logging-configure
util/util-homedir/src/main/kotlin/io/tnboot/util/homedir Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
6
6
compileOnly(" com.fasterxml.jackson.module:jackson-module-kotlin" )
7
7
compileOnly(libs.hocon)
8
8
compileOnly(project(" :projects:logging:logging-model" ))
9
- compileOnly(project(" :projects:util:homedir" ))
9
+ compileOnly(project(" :projects:util:util- homedir" ))
10
10
11
11
testImplementation(" ch.qos.logback:logback-classic" )
12
12
testImplementation(" com.fasterxml.jackson.core:jackson-databind" )
@@ -15,5 +15,5 @@ dependencies {
15
15
testImplementation(" com.fasterxml.jackson.module:jackson-module-kotlin" )
16
16
testImplementation(libs.hocon)
17
17
testImplementation(project(" :projects:logging:logging-model" ))
18
- testImplementation(project(" :projects:util:homedir" ))
18
+ testImplementation(project(" :projects:util:util- homedir" ))
19
19
}
File renamed without changes.
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ include(
12
12
)
13
13
14
14
include(
15
- " :projects:util:homedir" ,
15
+ " :projects:util:util- homedir" ,
16
16
)
You can’t perform that action at this time.
0 commit comments