File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
- uses : actions/checkout@v2
14
14
with :
15
15
submodules : ' true'
16
- - name : Set up JDK 8
16
+ - name : Set up JDK 11
17
17
uses : actions/setup-java@v2
18
18
with :
19
- java-version : ' 8 '
19
+ java-version : 11
20
20
distribution : ' temurin'
21
21
- name : Build with Maven
22
22
run : mvn --batch-mode --update-snapshots verify
Original file line number Diff line number Diff line change 20
20
21
21
<properties >
22
22
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
23
- <maven .compiler.source>1.8 </maven .compiler.source>
24
- <maven .compiler.target>1.8 </maven .compiler.target>
23
+ <maven .compiler.source>11 </maven .compiler.source>
24
+ <maven .compiler.target>11 </maven .compiler.target>
25
25
<ramlfiles_path >${basedir}/ramls</ramlfiles_path >
26
26
<raml-module-builder .version>23.12.0</raml-module-builder .version>
27
27
<vertx .version>3.9.4</vertx .version>
You can’t perform that action at this time.
0 commit comments