1. 21 8月, 2019 2 次提交
    • S
      Revert "Refactor Gradle tasks in Spring Framework build" · fb0d6187
      Stephane Nicoll 提交于
      This reverts commit 1539ba89.
      fb0d6187
    • B
      Refactor Gradle tasks in Spring Framework build · 1539ba89
      Brian Clozel 提交于
      This commit reorganizes tasks and scripts in the build to only apply
      them where they're needed. We're considering here 3 "types" of projects
      in our build:
      * the root project, handling documentation, publishing, etc
      * framework modules (a project that's published as a spring artifact)
      * internal modules, such as the BOM, our coroutines support and our
      integration-tests
      
      With this change, we're strealining the project configuration for all
      spring modules and only applying plugins when needed (typically our
      kotlin support).
      
      See gh-23282
      1539ba89
  2. 20 8月, 2019 9 次提交
  3. 19 8月, 2019 6 次提交
  4. 18 8月, 2019 6 次提交
  5. 17 8月, 2019 14 次提交
  6. 16 8月, 2019 3 次提交