Skip to content

Commit 68feef2

Browse files
authored
Fix aggregateJavadocs task name (#4483)
1 parent 98f55ae commit 68feef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/io.sentry.javadoc.aggregate.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ subprojects {
2020

2121
val javadocCollection = javadocPublisher.incoming.artifactView { lenient(true) }.files
2222

23-
tasks.register("aggregateJavadoc", AggregateJavadoc::class) {
23+
tasks.register("aggregateJavadocs", AggregateJavadoc::class) {
2424
group = "documentation"
2525
description = "Aggregates Javadocs from all subprojects into a single directory."
2626
javadocFiles.set(javadocCollection)

0 commit comments

Comments
 (0)