Skip to content

Commit 6ddc83d

Browse files
committed
Disable publishing module metadata
Until Clojars supports publishing it, we'll have to omit it from the publication.
1 parent cb672a1 commit 6ddc83d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,7 @@ publishing {
8787
}
8888
}
8989
}
90+
91+
tasks.withType<GenerateModuleMetadata>() {
92+
enabled = false
93+
}

0 commit comments

Comments
 (0)