cloudfoundry / java-buildpack

Cloud Foundry buildpack for running Java applications
Apache License 2.0
437 stars 2.58k forks source link

Fixes package bug introduced in refactoring #944

Closed dmikusa closed 2 years ago

dmikusa commented 2 years ago

PR #941 introduced a bug in packaging that wasn't caught by unit tests. The removal of this empty block generated a LocalJumpError. This PR adds it back and tells rubocop to ignore the empty block.

Signed-off-by: Daniel Mikusa dmikusa@vmware.com