-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Merge Develop (#6) * Add take home pay for all time periods * Add tax free to payload * Tidy up gradle * Fix TODOs and a general fix up * Format :) * Move files and add task for code coverage and building of the tests * Add minimum coverage percentage of 95% * Fix deprecation warnings * Add in CustomExceptions * Fix coverage issues * Make hours per week Double? with null default * Fix cleanBuildTestCoverage * Fix some general kotlin warnings * Add publish to Bintray functionality * Add version badge and update docs now this is on Bintray * Add build labelling to handle BITRISE_GIT_TAG * Fix merge issues
- Loading branch information
1 parent
8622869
commit 6c20968
Showing
4 changed files
with
55 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,4 +34,5 @@ out | |
gen | ||
build | ||
.gradle | ||
/credentials.properties | ||
local.properties |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# For when you want to deploy to Bintray | ||
bintray.user = YOUR BINTRAY USER ID | ||
bintray.apikey = YOUR BINTRAY API |