Skip to content

Commit

Permalink
add Amazon Corretto jdk8
Browse files Browse the repository at this point in the history
  • Loading branch information
ystyle committed Nov 21, 2018
1 parent 211998c commit f32d0f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module github.com/ystyle/jvms

require (
github.com/BurntSushi/toml v0.3.0
github.com/codegangsta/cli v1.19.1
github.com/go-yaml/yaml v0.0.0-20170721122051-25c4ec802a7d
github.com/tucnak/store v0.0.0-20160707125858-84b795be94a4
)
4 changes: 4 additions & 0 deletions jdkdlindex.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"version": "ibm_sdk71",
"url": "https://github.com/ystyle/jvms/releases/download/jdk/vibm_sdk71_x64.zip"
},
{
"version": "amazon_jdk8",
"url": "https://github.com/ystyle/jvms/releases/download/jdk/amazon_jdk8.zip"
},
{
"version": "1.9.0",
"url": "https://github.com/ystyle/jvms/releases/download/jdk/jdk1.9_x64.zip"
Expand Down

0 comments on commit f32d0f5

Please sign in to comment.