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 only happens when syncing gradle files from inside Android Studio. ./gradlew build works. Downgrading to org.jfrog.buildinfo:build-info-extractor-gradle:4.3.0 causes other failures.
What went wrong:
A problem occurred configuring project ':dexmaker-mockito-inline'.
Failed to notify project evaluation listener.
A problem occurred configuring project ':dexmaker'.
> Cannot notify listeners of type ProjectEvaluationListener as these listeners are already being notified.
A problem occurred configuring project ':dexmaker'.
> Cannot notify listeners of type ProjectEvaluationListener as these listeners are already being notified.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
No. #102 fixes issues when running the tests out of Android Studio. AS really does not like symlinks. As as I understand there seem to be two solutions to this.
Downgrade to org.jfrog.buildinfo:build-info-extractor-gradle:4.3.0
Move all the publishing into the top level gradle file
drewhannay
pushed a commit
to drewhannay/dexmaker
that referenced
this issue
May 19, 2018
Configuration on demand + the JFrog plugin seems to cause
Gradle sync issues in Android Studio. Disabling this option
and disabling the Configure on Demand setting in Android Studio
preferences fixes the issue.
This project doesn't need Configure on Demand anyway, so there's
no downside to disabling this option, even if Gradle and JFrog
come up with a different workaround later.
For more details, see:
jfrog/build-info#86
This only happens when syncing gradle files from inside Android Studio. ./gradlew build works. Downgrading to org.jfrog.buildinfo:build-info-extractor-gradle:4.3.0 causes other failures.
This seems to be jfrog/build-info#86
Error:FAILURE: Build failed with an exception.
Where:
Build file '/usr/local/google/home/moltmann/projects/dexmaker/dexmaker-mockito-inline/build.gradle' line: 66
What went wrong:
A problem occurred configuring project ':dexmaker-mockito-inline'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 0s
@drewhannay Any idea how we can work around this?
The text was updated successfully, but these errors were encountered: