Skip to content

Commit

Permalink
Update to Java 11 (#28)
Browse files Browse the repository at this point in the history
* Update to Java 11

* Update Java version to 11 in ci.yaml
  • Loading branch information
51-code authored Aug 28, 2024
1 parent 79b1032 commit de16d61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Maven Central
uses: actions/setup-java@v2
with:
java-version: 8.0.292+10
java-version: 11
distribution: 'adopt'

- name: Cache Local Maven Repository
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<description>Azure Eventhub Reader</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<java.version>11</java.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<revision>0.0.1</revision>
<changelist>-SNAPSHOT</changelist>
<sha1/>
Expand Down

0 comments on commit de16d61

Please sign in to comment.