Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce the dependency caching for Maven and Gradle #193

Merged
merged 26 commits into from Aug 19, 2021

Commits on Jul 13, 2021

  1. Copy the full SHA
    fef7d58 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4a7bf99 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    945940e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0591f86 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Copy the full SHA
    f537562 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b047f97 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3e2fde2 View commit details
    Browse the repository at this point in the history
  4. add an e2e test for maven

    KengoTODA committed Jul 14, 2021
    Copy the full SHA
    a5a0c52 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1872d8e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Copy the full SHA
    313e1ad View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8687e45 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6977c03 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Copy the full SHA
    7fe6c4d View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Copy the full SHA
    fae2927 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f6a3b97 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Copy the full SHA
    5f3f74c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Add validation for post step (#3)

    * work on fixing cache post step
    
    * fix tests
    dmitry-shibanov committed Aug 18, 2021
    Copy the full SHA
    53f73ba View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    862dedb View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Update src/cleanup-java.ts

    Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
    KengoTODA and konradpabjan committed Aug 19, 2021
    Copy the full SHA
    098a656 View commit details
    Browse the repository at this point in the history
  2. Update src/cache.ts

    Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
    KengoTODA and konradpabjan committed Aug 19, 2021
    Copy the full SHA
    cb966d0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6edf849 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0082baa View commit details
    Browse the repository at this point in the history
  5. chore: update licensed files by licensed cache

    it still has three errors as follows:
    >* setup-java.npm.sax
    >  filename: /Users/kengo/GitHub/setup-java/.licenses/npm/sax.dep.yml
    >    - license needs review: other
    >
    >* setup-java.npm.tslib-1.14.1
    >  filename: /Users/kengo/GitHub/setup-java/.licenses/npm/tslib-1.14.1.dep.yml
    >    - license needs review: 0bsd
    >
    >* setup-java.npm.tslib-2.3.0
    >  filename: /Users/kengo/GitHub/setup-java/.licenses/npm/tslib-2.3.0.dep.yml
    >    - license needs review: 0bsd
    KengoTODA committed Aug 19, 2021
    Copy the full SHA
    ea721b3 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    807e574 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    33dfe17 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    67b74a1 View commit details
    Browse the repository at this point in the history