Skip to content

Commit

Permalink
fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
BBleae committed Mar 20, 2022
1 parent eba5729 commit a5207a0
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 @@ -44,3 +44,11 @@ jar {
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}

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

0 comments on commit a5207a0

Please sign in to comment.