Skip to content

Commit

Permalink
Add shadow jar to list of artifacts to be published for the xodus tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii0lomakin committed Feb 20, 2024
1 parent 544f539 commit 5f189fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@ subprojects {
}
}
}
if (this.name == "xodus-tools") {
artifact(tasks.getByName("shadowJar"))
}
}
}
}
Expand Down

0 comments on commit 5f189fe

Please sign in to comment.