Advertisement
Guest User

warn logs

a guest
Aug 22nd, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.73 KB | None | 0 0
  1. D:\AndroidStudioWorkspace\android_main>gradlew sonarqube --warn
  2. = = = = = = = = = = = = = = = = = = = = = = = = = = =
  3. Year is: 2019
  4. Version code is: 7405
  5. Version Name is: v.1.2.BUILD_NUM
  6. = = = = = = = = = = = = = = = = = = = = = = = = = = =
  7. registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
  8. GPP cannot configure QaRelease because it is debuggable
  9. registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
  10. registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
  11. GPP cannot configure DevRelease because it is debuggable
  12. registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
  13. registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
  14. GPP cannot configure ProRelease because it is debuggable
  15. registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
  16. = = = = = = = = = = = = = = = = = = = = = = = = = = =
  17. Year is: 2019
  18. = = = = = = = = = = = = = = = = = = = = = = = = = = =
  19. publishNonDefault is deprecated and has no effect anymore. All variants are now published.
  20. Parsing json file: D:\AndroidStudioWorkspace\android_main\app\src\qa\google-services.json
  21. D:\AndroidStudioWorkspace\android_main\instacount\src\main\AndroidManifest.xml:20:5-61:19 Warning:
  22. application@android:icon was tagged at AndroidManifest.xml:20 to replace other declarations but no other declaration present
  23. D:\AndroidStudioWorkspace\android_main\instacount\src\main\AndroidManifest.xml:20:5-61:19 Warning:
  24. application@android:theme was tagged at AndroidManifest.xml:20 to replace other declarations but no other declaration present
  25. D:\AndroidStudioWorkspace\android_main\app\src\main\AndroidManifest.xml:22:5-81 Warning:
  26. uses-permission#android.permission.WRITE_EXTERNAL_STORAGE was tagged at AndroidManifest.xml:22 to replace another declaration but no other declaration present
  27. D:\AndroidStudioWorkspace\android_main\app\src\main\AndroidManifest.xml:36:5-711:19 Warning:
  28. application@android:theme was tagged at AndroidManifest.xml:36 to replace other declarations but no other declaration present
  29. warn: removing resource com.visualogyx.app.qa:string/com_facebook_loginview_logged_in_using_facebook_f1gender without required default value.
  30.  
  31. 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).
  32. 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.
  33. Note: Version 5.13.1 of Realm is now available: https://static.realm.io/downloads/java/latest
  34. Note: Processing class AdditionalData
  35. Note: Processing class AdditionalDataNode
  36. Note: Processing class AssetAttachments
  37. Note: Processing class AssetModel
  38. Note: Processing class ChecklistParticipants
  39. Note: Processing class EmailDiscussion
  40. Note: Processing class FileStatus
  41. Note: Processing class Form
  42. Note: Processing class FormVersion
  43. Note: Processing class GroupModel
  44. Note: Processing class HomeJob
  45. Note: Processing class JobAgents
  46. Note: Processing class JobAttachments
  47. Note: Processing class JobCheckIn
  48. Note: Processing class JobForm
  49. Note: Processing class JobPage
  50. Note: Processing class JobPageForAsset
  51. Note: Processing class JobPermissions
  52. Note: Processing class JobRequest
  53. Note: Processing class MailComments
  54. Note: Processing class MemberModel
  55. Note: Processing class MembershipPlan
  56. Note: Processing class MyDocuments
  57. Note: Processing class OfflineData
  58. Note: Processing class SearchSuggestionModel
  59. Note: Processing class SelectedAssets
  60. Note: Processing class SharedTeamModel
  61. Note: Processing class SharedWithTeams
  62. Note: Processing class Tasks
  63. Note: Processing class TeamModel
  64. Note: Processing class User
  65. Note: Creating DefaultRealmModule
  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. 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).
  71. 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.
  72. Note: D:\AndroidStudioWorkspace\android_main\app\src\test\java\com\visualogyx\app\RxIntervalTest.java uses or overrides a deprecated API.
  73. Note: Recompile with -Xlint:deprecation for details.
  74. WARNING: API 'variant.getJavaCompile()' is obsolete and has been replaced with 'variant.getJavaCompileProvider()'.
  75. It will be removed at the end of 2019.
  76. For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
  77. To determine what is calling variant.getJavaCompile(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
  78. SonarScanner will require Java 11+ to run starting in SonarQube 8.x
  79. Classes not found during the analysis : [com.mikhaellopez.circularimageview.CircularImageView, org.apache.commons.logging.Log]
  80.  
  81. Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
  82. Use '--warning-mode all' to show the individual deprecation warnings.
  83. See https://docs.gradle.org/5.4.1/userguide/command_line_interface.html#sec:command_line_warnings
  84. D:\AndroidStudioWorkspace\android_main>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement