Minor: add a troubleshooting note about "Foo is ambiguous" type errors from the compiler

This commit is contained in:
Mike Hearn 2016-04-26 16:55:24 +02:00
parent 8d7b3f4b24
commit 652e3a80e9

View File

@ -89,6 +89,10 @@ You may need/want to edit your default JUnit run config in IntelliJ to ensure th
in the toolbar and select "Edit configurations", then expand the defaults tree, then select JUnit and add the two
arguments to the VM options edit.
## "Foo is ambiguous" error during compilation
Gradle's incremental compilation isn't always reliable. Run `./gradlew clean` and then try again.
## ClassNotFoundException during Gradle quasarScan task
Your Gradle build server is hosed. Run `gradle --stop` and then try `gradle clean build`.