Frequently Asked Questions - Over-Run/overrungl GitHub Wiki
Could not resolve xxx for xxx
If you encountered error "Could not resolve io.github.over-run:overrungl for project name" for your Gradle project,
check your JDK version you are using.
NoClassDefFoundError/ExceptionInInitializerError
If you are using try-finally and encountered NoClassDefFoundError and ExceptionInInitializerError,
catch the exception in finally block.