cashapp / burst

Burst is a unit testing library that uses enums to parameterize unit tests
Apache License 2.0
19 stars 1 forks source link

Target JDK8 #25

Closed swankjesse closed 1 week ago

swankjesse commented 1 week ago

This library is consumed by Okio which is extremely strict on which JDKs it targets. We don't need anything newer anyway.

Closes: https://github.com/cashapp/burst/issues/24

swankjesse commented 1 week ago

Oooh good call. Yeah I want a nice concise way to safely target release 8 while actually leveraging the latest tech.