mozilla-mobile / shared-docs

⚠️ shared-docs moved to a new repository. It is now developed and maintained as part of: https://github.com/mozilla-mobile/firefox-android
https://medium.com/firefox-mobile-engineering
Mozilla Public License 2.0
34 stars 32 forks source link

Document need for Java 8 (or 9?) #37

Open mcomella opened 6 years ago

mcomella commented 6 years ago

just in case anybody runs into this same problem, i was seeing the gradle task testAmazonWebviewDebugUnitTest hang after throwing an InvocationTargetException turns out there's some issue when using Jacoco with newer JDK versions. downgrading from java 10 to 8 fixed the problem