Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use traditional try block to close object reader
Support for withCloseable for the AutoCloseable interface, which ObjectReader implements isn't added until Groovy 2.5. This would have meant dropping compatibility with Groovy 2.4 and Gradle versions below 5, which isn't necessary.
- Loading branch information