You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was done on a clean checkout of the repository
./gradlew tasks
FAILURE: Build failed with an exception.
* Where:
Build file '/home/ron/src/GraphView-Demos/graphviewdemos/build.gradle' line: 16
* What went wrong:
A problem occurred evaluating project ':graphviewdemos'.
> Ambiguous method overloading for method java.io.File#<init>.
Cannot resolve which method to invoke for [null, class java.lang.String] due to overlapping prototypes between:
[class java.lang.String, class java.lang.String]
[class java.io.File, class java.lang.String]
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 4.235 secs
The text was updated successfully, but these errors were encountered:
This was done on a clean checkout of the repository
The text was updated successfully, but these errors were encountered: