Skip to content

Commit

Permalink
Merge pull request #509 from ACRA/dont_ship_jar
Browse files Browse the repository at this point in the history
Don't ship the jar as part of the release.
  • Loading branch information
william-ferguson-au committed Sep 5, 2016
2 parents 497fb19 + 315bc62 commit 899a630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/assembly/distribution.xml
Expand Up @@ -19,7 +19,7 @@
<directory>${project.build.directory}</directory>
<outputDirectory>build</outputDirectory>
<includes>
<include>${project.build.finalName}.jar</include>
<include>${project.build.finalName}.aar</include>
</includes>
</fileSet>
<fileSet>
Expand Down

0 comments on commit 899a630

Please sign in to comment.