File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- name : " CI - JDK 11 Build"
1
+ name : " CI - JDK 17 Build"
2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [ main ]
6
6
pull_request :
7
- branches : [ master ]
7
+ branches : [ main ]
8
8
9
9
10
10
jobs :
11
- build-jdk11 :
12
- name : " JDK 11 Build"
11
+ build-jdk17 :
12
+ name : " JDK 17 Build"
13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - uses : actions/checkout@v2
17
- - name : Set up JDK 11
18
- uses : actions/setup-java@v2
16
+ - uses : actions/checkout@v4
17
+ - name : Set up JDK 17
18
+ uses : actions/setup-java@v4
19
19
with :
20
20
distribution : temurin
21
- java-version : 11
21
+ java-version : 17
22
22
- name : Build
23
23
run : mvn clean install
24
24
Original file line number Diff line number Diff line change 41
41
<maven-javadoc-plugin .version>3.1.1</maven-javadoc-plugin .version>
42
42
<maven .compiler.source>1.8</maven .compiler.source>
43
43
<maven .compiler.target>1.8</maven .compiler.target>
44
- <spring-boot .version>2.1.13.RELEASE </spring-boot .version>
44
+ <spring-boot .version>3.2.5 </spring-boot .version>
45
45
</properties >
46
46
47
47
<packaging >pom</packaging >
You can’t perform that action at this time.
0 commit comments