Skip to content

Commit

Permalink
Use JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfb committed Sep 28, 2021
1 parent 0688ca6 commit 8c8a320
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: '8'
java-version: '11'
distribution: 'adopt'
- name: Cache Java Packages
uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions pn-sync/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>8</source>
<target>8</target>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 8c8a320

Please sign in to comment.