Skip to content

Commit 70f17e2

Browse files
committed
Java 11?
1 parent 7ee6699 commit 70f17e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- uses: actions/checkout@v2
1414
with:
1515
submodules: 'true'
16-
- name: Set up JDK 8
16+
- name: Set up JDK 11
1717
uses: actions/setup-java@v2
1818
with:
19-
java-version: '8'
19+
java-version: 11
2020
distribution: 'temurin'
2121
- name: Build with Maven
2222
run: mvn --batch-mode --update-snapshots verify

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
<properties>
2222
<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>
2525
<ramlfiles_path>${basedir}/ramls</ramlfiles_path>
2626
<raml-module-builder.version>23.12.0</raml-module-builder.version>
2727
<vertx.version>3.9.4</vertx.version>

0 commit comments

Comments
 (0)