Skip to content

Commit

Permalink
Update to Java 13
Browse files Browse the repository at this point in the history
  • Loading branch information
JohT committed Dec 26, 2024
1 parent fc37a43 commit 94a9a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
CI_COMMIT_CHANGELOG_MESSAGE: Update Changelog
CI_COMMIT_CHANGELOG_AUTHOR: ${{ github.event.repository.name }} Changelog Generator
JAVA_VERSION: 11
JAVA_VERSION: 13
steps:
- name: (GIT) Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<properties>
<project.scm.id>GitHub</project.scm.id>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>11</java.version>
<java.version>13</java.version>
<library.java.version>1.8</library.java.version>

<maven.compiler.version>3.13.0</maven.compiler.version>
Expand Down

0 comments on commit 94a9a89

Please sign in to comment.