1. 10 Feb, 2014 1 commit
    • Andy Wilkinson's avatar
      Filter non-jar artifacts when packaging libs in Gradle plugin · 4f677bec
      Andy Wilkinson authored
      Previously, the Gradle plugin would package all of a project's
      dependencies in the jar's lib directory, irrespective of each
      dependency's type. This led to non-jar artifacts being packaged in
      the lib directory where only jar dependencies are expected. See #334
      for an example failure.
      
      This commit updates the Gradle plugin such that it only packages
      dependencies of type jar, ejb, ejb-client, test-jar, or bundle. This
      brings the Gradle plugin into line with the Maven plugin.
      
      Fixes #334.
      4f677bec
  2. 07 Feb, 2014 3 commits
  3. 06 Feb, 2014 18 commits
  4. 05 Feb, 2014 3 commits
  5. 04 Feb, 2014 14 commits
  6. 03 Feb, 2014 1 commit