Skip to content

Commit 74fb316

Browse files
committed
fix compilation
1 parent 3a5433e commit 74fb316

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugin-build/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ tasks.named("distTar").configure {
225225
"dokkaJavadocJar",
226226
"jar",
227227
"shadowJar",
228-
"generateMetadataFileForMavenPublication",
229-
"generatePomFileForMavenPublication",
230-
"javaSourcesJar",
228+
"sourcesJar",
229+
"generateMetadataFileForPluginMavenPublication",
230+
"generatePomFileForPluginMavenPublication",
231231
)
232232
}
233233

0 commit comments

Comments
 (0)