Skip to content

Commit

Permalink
fixes to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamboo committed Oct 23, 2024
1 parent 181f01e commit 45e0794
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
# test against latest update of each major Java version:
java: [ 8, 11, 17 ]
java: [ 8, 11, 17, 21 ]
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v3
Expand Down
12 changes: 4 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<javafx.version>21.0.2</javafx.version>
<java.version.alipheron>21</java.version.alipheron>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<javafx.version>11.0.2</javafx.version>
</properties>

<!-- Disable doclint for Java 8 -->
Expand Down Expand Up @@ -129,12 +130,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0</version>
<configuration>
<source>${java.version.alipheron}</source>
<target>${java.version.alipheron}</target>
<encoding>UTF-8</encoding>
</configuration>
<version>3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 45e0794

Please sign in to comment.