Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Oracle JDK 1.8.0 (closes #147) #148

Merged
merged 1 commit into from Mar 19, 2014

Conversation

davidmc24
Copy link
Contributor

No description provided.

# pad a single digit number with a zero
if update_num.length < 2
update_num = "0" + update_num
end
package_name = file_name.scan(/[a-z]+/)[0]
app_dir_name = "#{package_name}1.#{major_num}.0_#{update_num}"
if update_num == "00"

This comment was marked as outdated.

@davidmc24
Copy link
Contributor Author

There's a line in between that pads any 1 digit update nums to 2 digits.

@carmstrong
Copy link
Contributor

Gotcha - sorry, I reviewed this while I was still waking up.

carmstrong added a commit that referenced this pull request Mar 19, 2014
Add support for Oracle JDK 1.8.0 (closes #147)
@carmstrong carmstrong merged commit f03896a into sous-chefs:master Mar 19, 2014
@davidmc24 davidmc24 deleted the feature/java8 branch April 15, 2014 12:54
@lock
Copy link

lock bot commented Oct 23, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants