Skip to content

Commit

Permalink
update to java 16 (#3158)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-kuba authored Apr 30, 2021
1 parent 81da4bc commit 257757a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '15' ]
java: [ '16' ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: "Set up JDK"
uses: actions/setup-java@v1
with:
java-version: 15
java-version: 16
- name: "Cache"
uses: actions/cache@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<properties>
<!-- property used by spring-boot-starter-parent project to define maven.compiler.source and maven.compiler.target
properties that in turn are used by maven-compiler-plugin to specify java source and target version -->
<java.version>15</java.version>
<java.version>16</java.version>

<!-- USE UTF-8 in whole project -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 257757a

Please sign in to comment.