mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-06 01:10:14 +00:00
NO-JIRA: update to current setup-java action, take advantage of tool cache install for LTS versions
This commit is contained in:
parent
2e2cd1f073
commit
0094fc9f05
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -22,9 +22,10 @@ jobs:
|
||||
${{ runner.os }}-maven-
|
||||
|
||||
- name: Install JDK ${{ matrix.java }}
|
||||
uses: actions/setup-java@v1
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: ${{ matrix.java }}
|
||||
distribution: 'adopt'
|
||||
|
||||
# use 'install' so smoke-tests will work
|
||||
# use '-Pextra-tests' to ensure extra-tests compiles even though they won't actually run
|
||||
|
Loading…
x
Reference in New Issue
Block a user