Skip to content

Commit

Permalink
Fix default jarsigning
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Feb 16, 2023
1 parent 1b9fa7d commit 32e5691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<version>1.3.0</version>

<properties>
<commonConfig.jarSign.skip>true</commonConfig.jarSign.skip>
<commonConfig.jarSign.skip>false</commonConfig.jarSign.skip>
<!-- TODO until we fix https://github.com/patrickfav/uber-apk-signer/issues/24 -->
<commonConfig.jacoco.check.disable>true</commonConfig.jacoco.check.disable>
<!-- SonarQube Config -->
Expand Down

0 comments on commit 32e5691

Please sign in to comment.