Skip to content

Commit

Permalink
Fix for publishing with metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
cupertank committed Oct 30, 2024
1 parent 984054c commit 3bee913
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ subprojects {

publishing {
publications {
create<MavenPublication>("maven") {
all {
if (this !is MavenPublication) return@all

pom {
name = "KInference"
description =
Expand Down

0 comments on commit 3bee913

Please sign in to comment.