Skip to content

Commit 1c85699

Browse files
committed
Add API process resources configuration
1 parent fb1a591 commit 1c85699

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,10 @@ task apiJar(type: Jar) {
245245
destinationDirectory = file("$rootDir/build-out")
246246
}
247247

248+
processApiResources {
249+
duplicatesStrategy = DuplicatesStrategy.WARN
250+
}
251+
248252
processResources {
249253
duplicatesStrategy = DuplicatesStrategy.WARN
250254
}

0 commit comments

Comments
 (0)