Skip to content

Commit

Permalink
fix: platform publication
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Jun 20, 2024
1 parent cf3e77b commit c97d6a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ dependencies {
publishing {
publications {
sonatypePublication(MavenPublication) {
groupId project.group
artifactId project.name
from components.javaPlatform
}
}
Expand Down

0 comments on commit c97d6a9

Please sign in to comment.