Skip to content

Commit

Permalink
bootjar as an publication
Browse files Browse the repository at this point in the history
  • Loading branch information
thijslemmens committed Feb 28, 2022
1 parent 76be12d commit 8725423
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ publishing {
}
publications {
gpr(MavenPublication) {
from(components.java)
artifact bootJar
artifactId bootJar.baseName
}
}
}

0 comments on commit 8725423

Please sign in to comment.