Publishing archives requires all util projects to be removed

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.5.0
    • Affects Version/s: None
    • Component/s: Build
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • 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 Lawley
              Reporter:
              Ross Lawley
              None
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: