Skip to content

Commit 5ceda64

Browse files
Suppress unused
1 parent 5b10d6e commit 5ceda64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/src/main/kotlin/io/spine/gradle/publish/PublishingExts.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ internal fun Project.artifacts(jarFlags: JarFlags): Set<TaskProvider<Jar>> {
322322
/**
323323
* Adds the source code and documentation JARs to the publication.
324324
*/
325+
@Suppress("unused")
325326
fun MavenPublication.addSourceAndDocJars(project: Project) {
326327
val tasks = mutableSetOf<TaskProvider<Jar>>()
327328
tasks.add(project.sourcesJar())

0 commit comments

Comments
 (0)