Uploaded image for project: 'Realm Java SDK'
  1. Realm Java SDK
  2. RJAVA-538

Make findbugs a debug only dependency ?

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Unknown Unknown
    • None
    • Affects Version/s: None
    • Component/s: None

      Goal

      Make findbugs a debug only dependency unless there is some use of it in release AAR which I'm not aware of

      Actual Results

      <!-- What happened? If an exception was thrown please copy/paste the stack trace from Logcat. -->

      Steps & Code to Reproduce

      implementation 'com.google.code.findbugs:jsr305:3.0.2' in build.gradle for realm-library project.

      Feels like it should be
      debugImplementation 'com.google.code.findbugs:jsr305:3.0.2'

      Version of Realm and tooling

      Realm version(s): ? 6.1.0

            Assignee:
            clemente.tort@mongodb.com Clemente Tort Barbero
            Reporter:
            unitosyncbot Unito Sync Bot
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: