Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 625 Bytes

LibrarianGenerateGroups.md

File metadata and controls

30 lines (27 loc) · 625 Bytes

librarianGenerateGroups

Description

generate pages that wrote at librarian block on build.gradle

Related Configuration

  • librarian.groups
    • NamedDomainObject
    • see sample code

Result

write group json at {module}/build/librarian/groups/

{
    "artifacts": [
        "com.example:example"
    ],
    "name": "Example",
    "author": "Example human",
    "url": "https://google.com",
    "description": "Description",
    "licenses": [
        {
            "name": "Example License",
            "url": "https://google.com"
        }
    ]
}

Element is optional without artifacts, will be null