ppodgorsek / spring-test-dbunit

Integration between the Spring testing framework and DBUnit
Apache License 2.0
41 stars 6 forks source link

Travis is not using the correct JDK version #142

Closed ppodgorsek closed 5 years ago

ppodgorsek commented 5 years ago

Travis is using JDK 11, which is causing issues during the build. JDK 8 must be used instead.

ppodgorsek commented 5 years ago

This issue was resolved by #144.