Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit 7bed575

Browse files
committed
Update build.gradle
Added a workaround to include description to POM file.
1 parent 81a7442 commit 7bed575

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android/CouchbaseLite/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ publishing {
278278

279279
pom.withXml {
280280
def root = asNode()
281+
// Workaround for description:
282+
root.appendNode('description', 'Couchbase Lite is an embedded lightweight, document-oriented (NoSQL), syncable database engine.')
281283
root.children().last() + pomConfig
282284

283285
// maven-publish workaround to include dependencies

0 commit comments

Comments
 (0)