Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-4460

Publishing archives requires all util projects to be removed

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.5.0
    • Affects Version/s: None
    • Component/s: Build
    • Labels:
      None

      As the util project now contains subprojects the existing filtering no longer works as expected:

      subprojects.findAll { !['util'].contains(it.name) } 

      Doesn't filter out util subprojects. In build.gradle this logic was updated to:

      def utilProjects = project(":util").allprojects
      def coreProjects = subprojects - utilProjects 

      This filtering should also be applied to deploy.gradle

       

            Assignee:
            ross@mongodb.com Ross Lawley
            Reporter:
            ross@mongodb.com Ross Lawley
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: