-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: gradle: replace deprecated convention (#998)
* chore: replace deprecated convention - Replace deprecated distsDirName with distsDirectory base plugin convension - refactor win dists signing tasks to use lazy evaluation with function - Drop checksums task; checksums will be calclated and published in CI script Signed-off-by: Hiroshi Miura <[email protected]> * chore: ci: calculate checksums and publish Signed-off-by: Hiroshi Miura <[email protected]> * chore: ci: calculate checksums and publish - calc checksums in gradle - recursively upload distsfiles Signed-off-by: Hiroshi Miura <[email protected]> * chore: refactor dists build for windows Signed-off-by: Hiroshi Miura <[email protected]> * chore: refactor dists build for macOS Signed-off-by: Hiroshi Miura <[email protected]> * chore: refactor checksums task Signed-off-by: Hiroshi Miura <[email protected]> --------- Signed-off-by: Hiroshi Miura <[email protected]>
- Loading branch information
Showing
4 changed files
with
121 additions
and
89 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
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