File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright 2015-2020 the original author or authors.
2
+ # Copyright 2015-2021 the original author or authors.
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
24
24
strategy :
25
25
matrix :
26
26
os : [ubuntu-latest, macOS-latest, windows-latest]
27
- java : [8, 11, 16, 17 -ea]
28
- distribution : ['adopt ']
27
+ java : [8, 11, 17, 18 -ea]
28
+ distribution : ['zulu ']
29
29
fail-fast : false
30
30
max-parallel : 4
31
31
name : Test JDK ${{ matrix.java }}, ${{ matrix.os }}
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright 2016-2020 the original author or authors.
2
+ # Copyright 2016-2021 the original author or authors.
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
28
28
uses : actions/setup-java@v2
29
29
with :
30
30
java-version : 8
31
- distribution : adopt
31
+ distribution : zulu
32
32
- name : Report Coverage to Coveralls for Pull Requests
33
33
if : github.event_name == 'pull_request'
34
34
run : ./mvnw test jacoco:report coveralls:report -q -Dlicense.skip=true -DrepoToken=$GITHUB_TOKEN -DserviceName=github -DpullRequest=$PR_NUMBER
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright 2015-2020 the original author or authors.
2
+ # Copyright 2015-2021 the original author or authors.
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
34
34
uses : actions/setup-java@v2
35
35
with :
36
36
java-version : 11
37
- distribution : adopt
37
+ distribution : zulu
38
38
- name : Analyze with SonarCloud
39
39
run : ./mvnw verify jacoco:report sonar:sonar -B -Dsonar.projectKey=mybatis_freemarker-scripting -Dsonar.organization=mybatis -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN -Dlicense.skip=true
40
40
env :
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright 2015-2020 the original author or authors.
2
+ # Copyright 2015-2021 the original author or authors.
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
31
31
uses : actions/setup-java@v2
32
32
with :
33
33
java-version : 11
34
- distribution : adopt
34
+ distribution : zulu
35
35
- name : Deploy to Sonatype
36
36
run : ./mvnw deploy -DskipTests -B --settings ./.mvn/settings.xml -Dlicense.skip=true
37
37
env :
You can’t perform that action at this time.
0 commit comments