diff options
author | Mariell Hoversholm <[email protected]> | 2021-05-23 14:18:19 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-23 12:18:19 +0000 |
commit | f775e87b4eb6b16228b1a11e3dca82f2de674cef (patch) | |
tree | bf41369674e967da971515b0d54c0fd1b42e0010 /.github | |
parent | c58b3b277ce9e783b954e51502e250169f31bb8a (diff) | |
download | Paper-f775e87b4eb6b16228b1a11e3dca82f2de674cef.tar.gz Paper-f775e87b4eb6b16228b1a11e3dca82f2de674cef.zip |
[CI-SKIP] ci: update setup-java action (#5710)
* ci: update setup-java action
* ci: change java distribution to adopt
Signed-off-by: Mariell Hoversholm <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 569d405972..a94f849ec9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,9 +18,10 @@ jobs: steps: - uses: actions/checkout@v2 - name: JDK ${{ matrix.java }} - uses: actions/setup-java@v1 + uses: actions/setup-java@v2 with: java-version: ${{ matrix.java }} + distribution: 'adopt' - name: Cache maven uses: actions/cache@v2 with: |