提交 227146dc 编写于 作者: N Nikita Koksharov

Merge branch 'master' of github.com:redisson/redisson

......@@ -32,10 +32,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
# with:
# We must fetch at least the immediate parents so that if this is
......
......@@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: Cache local Maven repository
uses: actions/cache@v2
with:
......@@ -21,4 +21,4 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn -B verify --file pom.xml
run: mvn -X -B verify --file pom.xml
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册