File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,19 @@ name: CI
3
3
on :
4
4
schedule :
5
5
- cron : ' 0 0 * * *'
6
+
6
7
env :
7
8
CI : true
8
9
9
10
jobs :
10
11
linux-jvm-tests :
11
- name : JDK ${{matrix.java-version}} JVM Tests
12
+ name : JDK JVM Tests
12
13
runs-on : ubuntu-latest
13
14
steps :
14
15
- uses : actions/checkout@v2
15
16
- uses : actions/setup-java@v2
16
17
with :
17
18
distribution : " temurin"
18
- java-version : ${{ matrix.java-version }}
19
+ java-version : 11
19
20
- name : Build with Maven
20
21
run : mvn verify
Original file line number Diff line number Diff line change 18
18
- uses : actions/setup-java@v2
19
19
with :
20
20
distribution : " temurin"
21
- java-version : 8
21
+ java-version : 11
22
22
- name : Build with Maven and Coverage/Sonar
23
23
run : mvn verify -P coverage,sonar
24
24
env :
Original file line number Diff line number Diff line change 1
1
[ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.project-openubl/xbuilder )] ( https://search.maven.org/artifact/io.github.project-openubl/xbuilder/ )
2
- [ ![ License] ( https://img.shields.io/badge/License-EPL%202.0-green.svg )] ( https://opensource. org/licenses/EPL -2.0 )
2
+ [ ![ License] ( https://img.shields.io/github/license/project-openubl/xbuilder?logo=apache )] ( https://www.apache. org/licenses/LICENSE -2.0 )
3
3
![ CI] ( https://github.com/project-openubl/xbuilder/workflows/CI/badge.svg )
4
4
[ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=project-openubl_xbuilder&metric=alert_status )] ( https://sonarcloud.io/dashboard?id=project-openubl_xbuilder )
5
5
6
6
[ ![ Project Chat] ( https://img.shields.io/badge/zulip-join_chat-brightgreen.svg?style=for-the-badge&logo=zulip )] ( https://projectopenubl.zulipchat.com/ )
7
- [ ![ Supported JVM Versions] ( https://img.shields.io/badge/JVM-8-- 11--15 -brightgreen.svg?style=for-the-badge&logo=Java )] ( https://github.com/project-openubl/xbuilder/actions/runs/472762588/ )
7
+ [ ![ Supported JVM Versions] ( https://img.shields.io/badge/JVM-11--17 -brightgreen.svg?style=for-the-badge&logo=Java )] ( https://github.com/project-openubl/xbuilder/actions/runs/472762588/ )
8
8
9
9
# XBuilder
10
10
You can’t perform that action at this time.
0 commit comments