Skip to content

Commit c321367

Browse files
committed
Use rootProject.project
1 parent edd7661 commit c321367

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hll/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ apiValidation {
110110

111111
// Configure Dokka for dynamodb-mapper
112112
dependencies {
113-
dokka(project(":hll:dynamodb-mapper"))
113+
dokka(rootProject.project(":hll:dynamodb-mapper"))
114114
}

hll/dynamodb-mapper/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ plugins {
33
}
44

55
dependencies {
6-
dokka(project(":hll:dynamodb-mapper:dynamodb-mapper"))
7-
dokka(project(":hll:dynamodb-mapper:dynamodb-mapper-annotations"))
6+
dokka(rootProject.project(":hll:dynamodb-mapper:dynamodb-mapper"))
7+
dokka(rootProject.project(":hll:dynamodb-mapper:dynamodb-mapper-annotations"))
88
}

0 commit comments

Comments
 (0)