Commit Graph

404 Commits

Author SHA1 Message Date
Bryan Clark
56eacf97f5 move required parameters to auth module
username and password are required from within the auth module now.  Update the tests to ensure this is the case.
2019-11-28 13:35:47 -08:00
Bryan Clark
56b5af70cf ignore vscode directory 2019-11-28 13:35:47 -08:00
Bryan Clark
a3e6ce2153 Adding maven auth support 2019-11-28 13:35:47 -08:00
Konrad Pabjan
081536e071 Merge branch 'master' of https://github.com/actions/setup-java into konradpabjan/ncc v1.2.0 2019-11-25 12:17:22 -05:00
Konrad Pabjan
aba995482c Create lint-yaml.yml 2019-11-25 12:16:39 -05:00
Konrad Pabjan
73bee8ffce Create yaml-lint-config.yml 2019-11-25 12:15:12 -05:00
Konrad Pabjan
e8e47f49d0 Update contributors.md 2019-11-25 11:36:48 -05:00
Konrad Pabjan
942699d9f7 Update action.yml 2019-11-25 10:21:42 -05:00
Konrad Pabjan
980efe83e2 Cleanup 2019-11-25 10:12:17 -05:00
Konrad Pabjan
66e61f647e Configure ncc and remove node_modules 2019-11-25 10:04:57 -05:00
Konrad Pabjan
9557e68f0c Update README.md 2019-11-22 16:26:10 -05:00
Konrad Pabjan
db9bf6b240 Merge pull request #30 from joshmgross/patch-1
Fix indentation
2019-11-22 15:44:50 -05:00
Josh Gross
dffd0c6733 Fix indentation 2019-11-22 15:32:49 -05:00
Konrad Pabjan
5c4ee8507d Merge pull request #20 from jameskleeh/patch-1
JDK 8 specific version help
2019-11-22 15:30:23 -05:00
Konrad Pabjan
4880cc0c18 Merge branch 'master' into patch-1 2019-11-22 15:30:04 -05:00
Konrad Pabjan
db3a754b1e Remove deprecated input 2019-11-22 15:04:36 -05:00
Konrad Pabjan
ef3ee0a8c4 Merge pull request #27 from foo-actions/master
Add java-package parameter to action, support jre, jdk, and jdk+fx
2019-11-22 14:57:43 -05:00
Gil Tene
53de71b0d5 Changes optional options to actually be optional 2019-11-22 10:45:27 -08:00
James Kleeh
dd10aa8837 Merge branch 'master' into patch-1 2019-11-22 13:45:19 -05:00
Gil Tene
7c96a7c451 Merge branch 'master' into master 2019-11-20 22:23:25 -08:00
Konrad Pabjan
b02f296bae Merge pull request #28 from actions/ethomson/update_description
Update description
2019-11-19 17:49:22 -05:00
Edward Thomson
b7591442d5 Update README
Pin to latest `v1` action.
2019-11-08 16:40:52 +00:00
Edward Thomson
7f04ebee9e Update action.yml
Update description; use consistent capitalization of JDK.
2019-11-08 16:40:12 +00:00
Gil Tene
7d219e5bd5 Add java-package parameter to action, support jre, jdk, and jdk+fx (#1)
* Add java-package parameter to action, support jre, jdk, and jdk+fx (#1)

* Update tests to use 'jdk', 'jre', and 'jdk+fx' javaPackage parameters

* Match extension only at end of line

* Update README.md

* Update workflow to use 'node-version' instead of deprecated 'version'
2019-11-02 21:39:35 -07:00
James Kleeh
0cd7033504 Update README.md 2019-09-12 11:27:23 -04:00
Danny McCormick
204b974cf4 Deprecate version v1.0 v1.1.0 2019-09-12 10:36:47 -04:00
Danny McCormick
91b87ac691 Update .gitignore (#17) 2019-08-27 11:14:19 -04:00
Danny McCormick
40205d2e16 Consume toolkit from npmjs (#16) 2019-08-20 10:26:11 -04:00
Danny McCormick
a8e7064d5b Use correct comment character 2019-08-16 10:21:42 -04:00
Danny McCormick
475978becf Use java-version (#14) v1.0.1 2019-08-13 16:24:39 -04:00
Danny McCormick
cbc5ae3642 Add badge 2019-08-12 15:12:48 -04:00
Danny McCormick
1d41734431 Update action name 2019-08-12 14:42:42 -04:00
Danny McCormick
232795a7c4 Quoting 2019-08-01 11:06:31 -04:00
Danny McCormick
3e0c421c42 v1 (#12) v1.0.0 2019-08-01 09:40:31 -04:00
Stephen Franceschelli
c0655ddd33 Fix build. (#11)
* Fix.

* Husky commit correct node modules

* update temp in installer
2019-07-30 14:01:45 -04:00
Danny McCormick
596a6da241 steps not actions 2019-07-25 22:59:48 -04:00
Bryan MacFarlane
92bf570cdf actions to steps 2019-07-25 21:24:28 -04:00
Danny McCormick
08eab173fb Update README.md 2019-07-23 15:46:09 -04:00
Danny McCormick
2681e89870 Add checkout 2019-07-23 15:16:03 -04:00
Danny McCormick
f3fb46bc71 Update workflow.yml (#9) 2019-07-23 13:22:25 -04:00
Danny McCormick
b6dbbd5232 Handle semver (#8)
* Handle semver

* Clean up
2019-07-18 16:00:58 -04:00
Danny McCormick
fa3b0ff712 Update README.md 2019-07-17 10:56:53 -04:00
Danny McCormick
4c0991d2f2 Update workflow.yml (#7) 2019-07-16 14:24:29 -04:00
Danny McCormick
80aadaa7c0 Update README.md (#6) 2019-07-16 13:28:00 -04:00
Danny McCormick
0cf3ae56f5 Download from Azul if no Jdk file specified (#5)
* Download from zulu

* Fix pathing

* Fix

* Fix

* Fix

* Update io

* Tests and pathing

* Add back husky

* Update action.yml
2019-07-15 14:59:23 -04:00
Danny McCormick
012e07621e Dont fail if jdkFile not set until checking cache 2019-07-15 11:26:32 -04:00
Danny McCormick
609f104c5b Default for architecture 2019-07-15 11:11:53 -04:00
Danny McCormick
3a3c518091 Fix husky 2019-07-12 10:59:56 -04:00
Danny McCormick
4fa0fd2a23 Add problem matcher (#4) 2019-07-11 22:57:54 -04:00
Danny McCormick
9242e91aad v2 workflow (#2)
* v2 workflow

* Delete legacy workflow
2019-07-11 16:24:33 -04:00