13 lines
383 B
Groovy
13 lines
383 B
Groovy
rootProject.name = "dokka"
|
|
|
|
include 'core',
|
|
'integration',
|
|
'runners:fatjar',
|
|
'runners:ant',
|
|
'runners:cli',
|
|
// Google's fork does not use maven-plugin. Removing it from build for convenience.
|
|
// 'runners:maven-plugin',
|
|
'runners:gradle-plugin',
|
|
'runners:android-gradle-plugin',
|
|
'runners:gradle-integration-tests'
|