Skip to content

Commit 1191a50

Browse files
committed
refactor: only generate docs for api modules
1 parent ecb5143 commit 1191a50

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ allprojects {
1010
mavenCentral()
1111
}
1212

13-
if (subprojects.isEmpty()) {
14-
apply(plugin = rootProject.libs.plugins.dokka.get().pluginId)
15-
}
13+
// if (subprojects.isEmpty()) {
14+
// apply(plugin = rootProject.libs.plugins.dokka.get().pluginId)
15+
// }
1616
}
1717

1818
dependencies {

surf-api-bukkit/surf-api-bukkit-api/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
22
`core-convention`
3+
alias(libs.plugins.dokka)
34
}
45

56
dependencies {

surf-api-core/surf-api-core-api/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
22
`core-convention`
3+
alias(libs.plugins.dokka)
34
}
45

56
dependencies {

surf-api-velocity/surf-api-velocity-api/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
22
`core-convention`
3+
alias(libs.plugins.dokka)
34
}
45

56
dependencies {

0 commit comments

Comments
 (0)