Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
d0by1 committed Nov 25, 2021
1 parent 700dec6 commit ef5c775
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ javadoc {
options.addStringOption('charSet', 'UTF-8')
}

publishing {
publications {
shadow(MavenPublication) {
from components.java
artifactId 'decentholograms'
}
}
}

processResources {
def props = [version: version]
inputs.properties props
Expand Down

0 comments on commit ef5c775

Please sign in to comment.