Skip to content

Commit

Permalink
Upgraded Java 10 to 10.0.1 (#298)
Browse files Browse the repository at this point in the history
Keeping up with the latest changes.
  • Loading branch information
freemanjp authored Apr 18, 2018
1 parent 72c8c68 commit cf7e977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provisioning/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@
- java
java_version: 8u171

# Install Java JDK 9
# Install Java JDK 10
- role: gantsign.java
tags:
- java
java_version: '10.0.0'
java_version: '10.0.1'
java_is_default_installation: no
java_fact_group_name: java_10

Expand Down

0 comments on commit cf7e977

Please sign in to comment.