Skip to content

Commit

Permalink
Include versions in maven publish
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Kurait <[email protected]>
  • Loading branch information
AndreKurait committed Oct 18, 2024
1 parent 43913b1 commit a4252a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@ subprojects {
publishing {
publications {
mavenJava(MavenPublication) {
versionMapping {
allVariants {
fromResolutionResult()
}
}

from components.java
artifact javadocJar
artifact sourcesJar
Expand Down

0 comments on commit a4252a3

Please sign in to comment.