You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
383 B
13 lines
383 B
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'
|