Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
conorheffron authored Sep 8, 2024
1 parent 3efaf27 commit f4eb020
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ publishing {
}
}
publications {
register("jar", MavenPublication) {
from components.web
}
}
mavenWeb(MavenPublication) {
from components.web
}
}
}

0 comments on commit f4eb020

Please sign in to comment.