Remove dependency on tools.jar

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Build
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      In java 9, JEP 220 removes tools.jar stored in lib folder.
      So, this dependency will be removed :

      dependencies {
          compile files("${System.getProperty('java.home')}/../lib/tools.jar")
      }
      

      https://github.com/mongodb/mongo-java-driver/blob/master/util/build.gradle

              Assignee:
              Unassigned
              Reporter:
              Farès Hassak
              None
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: