Skip to content

Commit

Permalink
change directory for getting jar file
Browse files Browse the repository at this point in the history
  • Loading branch information
e7mac committed Oct 9, 2018
1 parent 939bc66 commit 38dfa6d
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 38dfa6d

Please sign in to comment.