1. 03 Jul, 2014 1 commit
    • Andy Wilkinson's avatar
      Fix Gradle repackaging so it is only performed on the desired jars · 4be688aa
      Andy Wilkinson authored
      The logic that determined whether or not the repackaging action should
      be applied to a particular jar task was broken and caused problems
      when a custom RepackageTask was used in a project's build.
      
      This commit updates the logic so that repackaging will be applied:
      
       - To the default jar task if RepackageTask.withJarTask is null
       - To a jar task if it is equal to RepackageTask.withJarTask
       - To a jar task if its name is equal to RepackageTask.withJarTask
      
      Repackaging is not applied if:
      
       - RepackageTask.enabled is false
      
      Numerous integration tests have been added to verify the repackaging
      behaviour.
      
      Fixes #1204
      4be688aa
  2. 02 Jul, 2014 8 commits
  3. 01 Jul, 2014 5 commits
  4. 30 Jun, 2014 1 commit
  5. 28 Jun, 2014 1 commit
  6. 27 Jun, 2014 9 commits
  7. 26 Jun, 2014 11 commits
  8. 25 Jun, 2014 4 commits