Skip to content

Commit

Permalink
update JDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Jul 21, 2016
1 parent b081342 commit f58bdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/jdk/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export JDK_DOWNLOAD_URL='http://download.oracle.com/otn-pub/java/jdk/8u91-b14/jdk-8u91-linux-x64.tar.gz'
export JDK_DOWNLOAD_URL='http://download.oracle.com/otn-pub/java/jdk/8u101-b13/jdk-8u101-linux-x64.tar.gz'

export JDK_INSTALL_FOLDER='/opt/jdk'

0 comments on commit f58bdea

Please sign in to comment.