Skip to content

Commit

Permalink
added publishing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Dueris committed Jun 20, 2023
1 parent 79b77ef commit de365fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,11 @@ processResources {
expand props
}
}

publishing {
publications {
maven(MavenPublication) {
from components.java
}
}
}

0 comments on commit de365fa

Please sign in to comment.