Skip to content

Commit

Permalink
Merge pull request wequick#450 from xufan/master
Browse files Browse the repository at this point in the history
Proguard TransformTask Folder issue
  • Loading branch information
galenlin committed Mar 28, 2017
2 parents 64b8067 + 00a1c2f commit ab67ce9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class LibraryPlugin extends AppPlugin {
def requiredOutput = IntermediateFolderUtils.getContentLocation(
t.streamOutputFolder, 'main',
t.transform.outputTypes, t.transform.scopes,
Format.DIRECTORY) // folders/2000/1f/main
t.transform.name == 'proguard'? Format.JAR: Format.DIRECTORY) // folders/2000/1f/main
def requiredScope = requiredOutput.parentFile // folders/2000/1f
if (requiredScope.exists()) return
def typesDir = requiredScope.parentFile // folders/2000
Expand Down

0 comments on commit ab67ce9

Please sign in to comment.