Skip to content

Commit

Permalink
specify jdk_version as string instead of fixnum due to java cookbook …
Browse files Browse the repository at this point in the history
…update
  • Loading branch information
dereklwood committed May 4, 2018
1 parent 1d92058 commit 0480d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .kitchen.dokken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ suites:
'hive.support.concurrency': true
'hive.zookeeper.quorum': 'localhost'
java:
jdk_version: 7
jdk_version: '7'
2 changes: 1 addition & 1 deletion .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ suites:
'hive.support.concurrency': true
'hive.zookeeper.quorum': 'localhost'
java:
jdk_version: 7
jdk_version: '7'

0 comments on commit 0480d84

Please sign in to comment.