Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyMialee committed May 23, 2022
1 parent 6e35938 commit 82c9d66
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 @@ -30,4 +30,13 @@ processResources {
filesMatching("fabric.mod.json") {
expand "version": project.version
}
}

publishing {
publications {
mavenJava(MavenPublication) {
from components.java
}
}
repositories {}
}

0 comments on commit 82c9d66

Please sign in to comment.