xref: /aosp_15_r20/external/dokka/settings.gradle (revision 1b2d298c530bf0473cc943e8414a5ff577a994bc)
1*1b2d298cSOwner Cleanup BotrootProject.name = "dokka"
2*1b2d298cSOwner Cleanup Bot
3*1b2d298cSOwner Cleanup Botinclude 'core',
4*1b2d298cSOwner Cleanup Bot        'integration',
5*1b2d298cSOwner Cleanup Bot        'runners:fatjar',
6*1b2d298cSOwner Cleanup Bot        'runners:ant',
7*1b2d298cSOwner Cleanup Bot        'runners:cli',
8*1b2d298cSOwner Cleanup Bot        // Google's fork does not use maven-plugin. Removing it from build for convenience.
9*1b2d298cSOwner Cleanup Bot        // 'runners:maven-plugin',
10*1b2d298cSOwner Cleanup Bot        'runners:gradle-plugin',
11*1b2d298cSOwner Cleanup Bot        'runners:android-gradle-plugin',
12*1b2d298cSOwner Cleanup Bot        'runners:gradle-integration-tests'
13