mirror of
https://github.com/corda/corda.git
synced 2024-12-24 07:06:44 +00:00
Minor: add a troubleshooting note about "Foo is ambiguous" type errors from the compiler
This commit is contained in:
parent
8d7b3f4b24
commit
652e3a80e9
@ -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
|
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.
|
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
|
## ClassNotFoundException during Gradle quasarScan task
|
||||||
|
|
||||||
Your Gradle build server is hosed. Run `gradle --stop` and then try `gradle clean build`.
|
Your Gradle build server is hosed. Run `gradle --stop` and then try `gradle clean build`.
|
||||||
|
Loading…
Reference in New Issue
Block a user