Commit 5ea40ff
Cleaned up signing logic and changed key formatting (#1125)
* added credential assignment using gradle -p flag
* added additonal check to sign in credential and removed additional fetch from workflow
* changed logging level and maintain previous if check
* gradle.taskGraph.whenReady runs after the configuration phase but before task execution, ensuring the signatory is available when the signing task actually
runs
* Simplified code, need to change key
* Added back logs for missing credentials to build.gradle.kts
Co-authored-by: Matthew Pope <[email protected]>
---------
Co-authored-by: Shaurya Dwivedi <[email protected]>
Co-authored-by: Matthew Pope <[email protected]>1 parent b7208ad commit 5ea40ff
1 file changed
+5
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
| 629 | + | |
| 630 | + | |
629 | 631 | | |
| 632 | + | |
630 | 633 | | |
631 | 634 | | |
632 | 635 | | |
633 | 636 | | |
634 | 637 | | |
635 | | - | |
636 | | - | |
637 | | - | |
638 | | - | |
639 | | - | |
640 | 638 | | |
641 | | - | |
| 639 | + | |
642 | 640 | | |
643 | | - | |
644 | | - | |
| 641 | + | |
645 | 642 | | |
646 | 643 | | |
647 | | - | |
648 | | - | |
649 | | - | |
650 | 644 | | |
0 commit comments