Skip to content

Commit

Permalink
Add back main artifact for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore authored Aug 28, 2023
1 parent fa5c9f9 commit 50752e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,9 @@ subprojects {
publishing {
publications {
mavenJava(MavenPublication) {
artifact(remapJar) {
builtBy remapJar
}
artifact(remapSourcesJar) {
builtBy remapSourcesJar
}
Expand Down

0 comments on commit 50752e4

Please sign in to comment.