Skip to content

Commit

Permalink
Merge pull request #19 from emilie-robichaud/main
Browse files Browse the repository at this point in the history
Add JDK 24 EA build
  • Loading branch information
Sirisha Pratha authored Dec 20, 2024
2 parents 4b2a3b3 + f89d714 commit cc09db5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
# os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest]
java-version: [17, 21, 23]
java-version: [17, 21, 24]

runs-on: ${{ matrix.os }}

Expand Down
9 changes: 3 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,11 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Specify the Java version for the compiler plugin here -->
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<!-- Available from Java 9, setting release includes source and target (and then some) -->
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<!-- Specify the java version that may be used in places other than the compiler plugin -->
<java.version>11</java.version>
<jdk.version>11</jdk.version>
<java.version>17</java.version>
</properties>

<modules>
Expand Down

0 comments on commit cc09db5

Please sign in to comment.