Skip to content

Commit

Permalink
Merge pull request #207 from JetBrains-Research/fix-publishing
Browse files Browse the repository at this point in the history
Fix for publishing with metadata
  • Loading branch information
cupertank authored Oct 30, 2024
2 parents 984054c + 3bee913 commit 83a4a70
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 83a4a70

Please sign in to comment.