Skip to content

Commit

Permalink
Merge pull request #290 from Cognifide/bugfix/inactive_jdk_url
Browse files Browse the repository at this point in the history
Changed JDK url in vagrant file
  • Loading branch information
tkaik authored Jul 19, 2018
2 parents 6449a57 + 927a227 commit c570761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
"jdk" => {
"8" => {
"x86_64" => {
"url" => "http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.tar.gz",
"checksum" => "28a00b9400b6913563553e09e8024c286b506d8523334c93ddec6c9ec7e9d346"
"url" => "http://download.oracle.com/otn-pub/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jdk-8u181-linux-x64.tar.gz",
"checksum" => "1845567095bfbfebd42ed0d09397939796d05456290fb20a83c476ba09f991d3"
}
}
}
Expand Down

0 comments on commit c570761

Please sign in to comment.