Skip to content

Commit

Permalink
Add publication of library
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom committed May 22, 2024
1 parent 3473975 commit 2b33da8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ micronaut {
}

publishing {
publications {
library(MavenPublication) {
from components.java
}
}
repositories {
maven {
name = "GitHubPackages"
Expand Down

0 comments on commit 2b33da8

Please sign in to comment.