1. 14 May, 2021 1 commit
  2. 13 May, 2021 3 commits
  3. 12 May, 2021 4 commits
  4. 11 May, 2021 7 commits
  5. 07 May, 2021 3 commits
  6. 06 May, 2021 1 commit
  7. 05 May, 2021 1 commit
  8. 04 May, 2021 3 commits
  9. 30 Apr, 2021 10 commits
  10. 29 Apr, 2021 5 commits
  11. 28 Apr, 2021 2 commits
    • Andy Wilkinson's avatar
      Fix workaround for JDK-8156584 · 3a3eb1bc
      Andy Wilkinson authored
      See gh-26252
      3a3eb1bc
    • Andy Wilkinson's avatar
      Refine workaround for JDK-8156584 · ecd1e536
      Andy Wilkinson authored
      The previous workaround worked but prevented caching of every test
      task as the value of system property pointing to the custom security
      properties file varied from build to build.
      
      This commit refines the workaround to copy the file into the build
      directory of the test task's project and reference it using a URL
      that's relative to the task's working directory. This ensures that
      the value of the system property doesn't change from build to build.
      
      Closes gh-26252
      ecd1e536