-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jared Petersen
committed
Jul 16, 2020
1 parent
01f4422
commit 7f23828
Showing
7 changed files
with
131 additions
and
52 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
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,14 @@ | ||
| export const INPUT_VERSION = 'version'; | ||
| export const INPUT_JAVA_VERSION = 'java-version'; | ||
| export const INPUT_ARCHITECTURE = 'architecture'; | ||
| export const INPUT_JAVA_PACKAGE = 'java-package'; | ||
| export const INPUT_JDK_FILE = 'jdkFile'; | ||
| export const INPUT_SERVER_ID = 'server-id'; | ||
| export const INPUT_SERVER_USERNAME = 'server-username'; | ||
| export const INPUT_SERVER_PASSWORD = 'server-password'; | ||
| export const INPUT_GPG_PRIVATE_KEY = 'gpg-private-key'; | ||
| export const INPUT_GPG_PASSPHRASE = 'gpg-passphrase'; | ||
|
|
||
| export const INPUT_DEFAULT_GPG_PASSPHRASE = 'GPG_PASSPHRASE'; | ||
|
|
||
| export const STATE_GPG_PRIVATE_KEY_FINGERPRINT = 'gpg-private-key-fingerprint'; |
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