Ignore:
Timestamp:
2021-06-02T21:25:06+02:00 (3 years ago)
Author:
simon04
Message:

see #20946 - GitHub Actions: hash also build.xml and tools/ivy.xml for cache key

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/ant-test.yml

    r17694 r17918  
    4242            ~/.ivy2/cache/
    4343            ~/work/josm/josm/tools/
    44           key: ${{ runner.os }}-ivy2-${{ hashFiles('ivy.xml') }}
     44          key: ${{ runner.os }}-ivy2-${{ hashFiles('build.xml', 'ivy.xml', 'tools/ivy.xml') }}
    4545
    4646      - name: Setup Java ${{ matrix.java }}
Note: See TracChangeset for help on using the changeset viewer.