Last active
August 20, 2018 16:11
-
-
Save psturc/6c647ea6da50b9e5e780456a4aeae5cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Executing tasks: [:app:assembleDebug] | |
:app:buildInfoDebugLoader | |
:app:preBuild UP-TO-DATE | |
:app:preDebugBuild UP-TO-DATE | |
:app:compileDebugAidl UP-TO-DATE | |
:app:compileDebugRenderscript UP-TO-DATE | |
:app:generateDebugResValues UP-TO-DATE | |
:app:generateDebugResources UP-TO-DATE | |
:app:mergeDebugResources UP-TO-DATE | |
:app:transformDataBindingBaseClassLogWithDataBindingMergeGenClassesForDebug UP-TO-DATE | |
:app:dataBindingGenBaseClassesDebug UP-TO-DATE | |
:app:nodeSetup UP-TO-DATE | |
:app:installApolloCodegen UP-TO-DATE | |
:app:generateDebugApolloIR UP-TO-DATE | |
:app:generateDebugApolloClasses UP-TO-DATE | |
:app:checkDebugManifest UP-TO-DATE | |
:app:generateDebugBuildConfig UP-TO-DATE | |
:app:prepareLintJar UP-TO-DATE | |
:app:mainApkListPersistenceDebug UP-TO-DATE | |
:app:createDebugCompatibleScreenManifests UP-TO-DATE | |
:app:processDebugManifest UP-TO-DATE | |
:app:splitsDiscoveryTaskDebug UP-TO-DATE | |
:app:processDebugResources UP-TO-DATE | |
:app:generateDebugSources | |
:app:dataBindingExportBuildInfoDebug UP-TO-DATE | |
:app:javaPreCompileDebug UP-TO-DATE | |
:app:transformDataBindingWithDataBindingMergeArtifactsForDebug UP-TO-DATE | |
warning: View field meme collides with a variable or import | |
file:///Users/psturc/work/aerogear/aerogear-android-example-apps/memeolist/app/src/main/res/layout/item_meme.xml Line:73 | |
/Users/psturc/work/aerogear/aerogear-android-example-apps/memeolist/app/src/main/java/org/aerogear/android/app/memeolist/ui/MemeolistApplication.java:29: error: cannot find symbol | |
MobileCore.getInstance().getHttpLayer().requestHeaderInterceptor().add(authService.getAuthHeaderProvider()); | |
^ | |
symbol: method getAuthHeaderProvider() | |
location: variable authService of type AuthService | |
/Users/psturc/work/aerogear/aerogear-android-example-apps/memeolist/app/src/main/java/org/aerogear/android/app/memeolist/ui/MemeolistApplication.java:29: error: cannot find symbol | |
MobileCore.getInstance().getHttpLayer().requestHeaderInterceptor().add(authService.getAuthHeaderProvider()); | |
^ | |
symbol: method requestHeaderInterceptor() | |
location: class OkHttpServiceModule | |
2 errors | |
1 warning | |
:app:compileDebugJavaWithJavac FAILED | |
:app:buildInfoGeneratorDebug | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
Execution failed for task ':app:compileDebugJavaWithJavac'. | |
> Compilation failed; see the compiler error output for details. | |
* 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 10s | |
25 actionable tasks: 3 executed, 22 up-to-date |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> Task :sync:generateDebugJavadoc FAILED | |
/Users/psturc/work/aerogear/aerogear-android-sdk/sync/src/main/java/org/aerogear/mobile/sync/SyncService.java:71: warning: no @return | |
public ApolloClient getApolloClient() { | |
^ | |
/Users/psturc/work/aerogear/aerogear-android-sdk/sync/src/main/java/org/aerogear/mobile/sync/SyncService.java:40: warning: no description for @param | |
* @param builder | |
^ | |
2 warnings | |
FAILURE: Build failed with an exception. | |
* Where: | |
Script '/Users/psturc/work/aerogear/aerogear-android-sdk/gradle-mvn-push.gradle' line: 152 | |
* What went wrong: | |
Execution failed for task ':sync:generateDebugJavadoc'. | |
> Javadoc warning: [ERROR] [system.err] <Normal>/Users/psturc/work/aerogear/aerogear-android-sdk/sync/src/main/java/org/aerogear/mobile/sync/SyncService.java:71: warning: no @return | |
</Normal> | |
Javadoc warning: [ERROR] [system.err] <Normal>/Users/psturc/work/aerogear/aerogear-android-sdk/sync/src/main/java/org/aerogear/mobile/sync/SyncService.java:40: warning: no description for @param | |
</Normal> | |
Javadoc warning: [QUIET] [system.out] <Normal>2 warnings | |
</Normal> | |
* 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment