Skip to content

Commit

Permalink
Sharow plugin automatically adds the jar to publications
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Mar 3, 2024
1 parent b76c244 commit d00d9fc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,6 @@ publishing {
publications {
mavenJava(MavenPublication) {
from(components.java)
artifact("$buildDir/artifacts/${project.name}" as File) {
classifier "all"
extension "jar"
builtBy shadowJar
}
pom {
name = rootProject.name
packaging = 'jar'
Expand Down

0 comments on commit d00d9fc

Please sign in to comment.