diff options
author | MiniDigger <[email protected]> | 2021-06-14 01:33:04 +0200 |
---|---|---|
committer | MiniDigger <[email protected]> | 2021-06-14 01:33:04 +0200 |
commit | 2d176a6083cadf2294d258181f9c2fd93c669188 (patch) | |
tree | 099ba408f7d0933870fbc8b75431497dcc4aa28a /.github | |
parent | 2372198eb43de83893d096f4b744520b60280727 (diff) | |
download | Paper-2d176a6083cadf2294d258181f9c2fd93c669188.tar.gz Paper-2d176a6083cadf2294d258181f9c2fd93c669188.zip |
eeeeww, maven
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d414ee7de..2e65ad9613 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: with: java-version: ${{ matrix.java }} distribution: 'adopt' - - name: Cache maven + - name: Cache gradle uses: actions/cache@v2 with: path: | |