Advertisement
Guest User

stacktrace

a guest
Aug 22nd, 2019
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.71 KB | None | 0 0
  1. D:\AndroidStudioWorkspace\android_main>gradlew sonarqube --stacktrace
  2.  
  3. > Configure project :app
  4. = = = = = = = = = = = = = = = = = = = = = = = = = = =
  5. Year is: 2019
  6. Version code is: 7404
  7. Version Name is: v.1.2.BUILD_NUM
  8. = = = = = = = = = = = = = = = = = = = = = = = = = = =
  9. registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
  10. GPP cannot configure QaRelease because it is debuggable
  11. registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
  12. registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
  13. GPP cannot configure DevRelease because it is debuggable
  14. registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
  15. registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
  16. GPP cannot configure ProRelease because it is debuggable
  17. registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
  18.  
  19. > Configure project :instacount
  20. = = = = = = = = = = = = = = = = = = = = = = = = = = =
  21. Year is: 2019
  22. = = = = = = = = = = = = = = = = = = = = = = = = = = =
  23. publishNonDefault is deprecated and has no effect anymore. All variants are now published.
  24.  
  25. > Task :app:processQaDebugGoogleServices
  26. Parsing json file: D:\AndroidStudioWorkspace\android_main\app\src\qa\google-services.json
  27.  
  28. > Task :instacount:processDebugManifest
  29. D:\AndroidStudioWorkspace\android_main\instacount\src\main\AndroidManifest.xml:20:5-61:19 Warning:
  30. application@android:icon was tagged at AndroidManifest.xml:20 to replace other declarations but no other declaration present
  31. D:\AndroidStudioWorkspace\android_main\instacount\src\main\AndroidManifest.xml:20:5-61:19 Warning:
  32. application@android:theme was tagged at AndroidManifest.xml:20 to replace other declarations but no other declaration present
  33.  
  34. > Task :app:processQaDebugManifest
  35. D:\AndroidStudioWorkspace\android_main\app\src\main\AndroidManifest.xml:22:5-81 Warning:
  36. uses-permission#android.permission.WRITE_EXTERNAL_STORAGE was tagged at AndroidManifest.xml:22 to replace another declaration but no other declaration present
  37. D:\AndroidStudioWorkspace\android_main\app\src\main\AndroidManifest.xml:36:5-711:19 Warning:
  38. application@android:theme was tagged at AndroidManifest.xml:36 to replace other declarations but no other declaration present
  39. warn: removing resource com.visualogyx.app.qa:string/com_facebook_loginview_logged_in_using_facebook_f1gender without required default value.
  40.  
  41.  
  42. > Task :app:compileQaDebugJavaWithJavac
  43. Gradle may disable incremental compilation as the following annotation processors are not incremental: realm-annotations-processor-5.8.0.jar (io.realm:realm-annotations-processor:5.8.0), parceler-1.1.9.jar (org.parceler:parceler:1.1.9), butterknife-compiler-8.8.1.jar (com.jakewharton:butterknife-compiler:8.8.1).
  44. Consider setting the experimental feature flag android.enableSeparateAnnotationProcessing=true in the gradle.properties file to run annotation processing in a separate task and make compilation incremental.
  45. Note: Version 5.13.1 of Realm is now available: https://static.realm.io/downloads/java/latest
  46. Note: Processing class AdditionalData
  47. Note: Processing class AdditionalDataNode
  48. Note: Processing class AssetAttachments
  49. Note: Processing class AssetModel
  50. Note: Processing class ChecklistParticipants
  51. <=========----> 72% EXECUTING [42s]ion
  52. Note: Processing class FileStatus
  53. Note: Processing class Form
  54. Note: Processing class FormVersion
  55. Note: Processing class GroupModel
  56. Note: Processing class HomeJob
  57. Note: Processing class JobAgents
  58. Note: Processing class JobAttachments
  59. Note: Processing class JobCheckIn
  60. Note: Processing class JobForm
  61. Note: Processing class JobPage
  62. Note: Processing class JobPageForAsset
  63. Note: Processing class JobPermissions
  64. Note: Processing class JobRequest
  65. Note: Processing class MailComments
  66. Note: Some input files use or override a deprecated API.
  67. Note: Recompile with -Xlint:deprecation for details.
  68. Note: Some input files use unchecked or unsafe operations.
  69. Note: Recompile with -Xlint:unchecked for details.
  70.  
  71. > Task :app:compileQaDebugAndroidTestJavaWithJavac
  72. Gradle may disable incremental compilation as the following annotation processors are not incremental: realm-annotations-processor-5.8.0.jar (io.realm:realm-annotations-processor:5.8.0).
  73. Consider setting the experimental feature flag android.enableSeparateAnnotationProcessing=true in the gradle.properties file to run annotation processing in a separate task and make compilation incremental.
  74.  
  75. > Task :app:compileQaDebugUnitTestJavaWithJavac
  76. Note: D:\AndroidStudioWorkspace\android_main\app\src\test\java\com\visualogyx\app\RxIntervalTest.java uses or overrides a deprecated API.ebugJavaWithJavac
  77. Note: Recompile with -Xlint:deprecation for details.
  78.  
  79. > Task :app:sonarqube
  80. WARNING: API 'variant.getJavaCompile()' is obsolete and has been replaced with 'variant.getJavaCompileProvider()'.
  81. It will be removed at the end of 2019.
  82. For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
  83. To determine what is calling variant.getJavaCompile(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
  84. SonarScanner will require Java 11+ to run starting in SonarQube 8.x
  85. Classes not found during the analysis : [com.mikhaellopez.circularimageview.CircularImageView, org.apache.commons.logging.Log]
  86.  
  87. Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
  88. Use '--warning-mode all' to show the individual deprecation warnings.
  89. See https://docs.gradle.org/5.4.1/userguide/command_line_interface.html#sec:command_line_warnings
  90.  
  91. BUILD SUCCESSFUL in 1m 41s
  92. 35 actionable tasks: 20 executed, 15 up-to-date
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement