Skip to content

Commit

Permalink
Fixing maven publication bug
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-itskovich committed Nov 20, 2015
1 parent beb2575 commit 9af40a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class PublishingPlugin extends ProjectPlugin<PublishingConfigurator> {
}

artifact "${project.buildDir}/outputs/aar/${project.name}-release.aar"
artifact (sourceJar)
artifact (project.sourceJar)
}
}
}
Expand Down

0 comments on commit 9af40a7

Please sign in to comment.