Skip to content

Commit

Permalink
Merge branch 'jar' into release/4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
e7mac committed Oct 9, 2018
2 parents 80c4bd0 + 38dfa6d commit e486f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-methods.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ext {
def publishing_task(libraryArtifactId, packageName) {

task makeJar(type: Copy) {
from('build/intermediates/bundles/release/')
from('build/intermediates/packaged-classes/release/')
into('build/outputs/jar/')
include('classes.jar')
rename('classes.jar', packageName + '-release.jar')
Expand Down

0 comments on commit e486f1f

Please sign in to comment.