-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: gradle plugin was not signed (#269)
* refs #192 - added signing when generating the plugin * refs #192 - trying to get gradle signing to be configured properly * refs #192 - add the github secret as an environment variable so gradle can access it * refs #192 - helps if you actually get the environment variable when trying to access it in gradle * refs #192 - fixing spotless failure * refs #192 - don't try and sign anything if the key and password are not setup * refs #192 - updated README noting that if you don't have signing keys it should still work * refs #192 - disable signArchives if key and password are not available * refs #192 - try disabling signArchives another way * refs #192 - trying again to disable signArchives if key and password are not available * fix: refs #192 - forgot to also check case of empty variables * fix: refs #192 - fixing typo left in during development
- Loading branch information
1 parent
ead29c8
commit ef626ad
Showing
4 changed files
with
39 additions
and
1 deletion.
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