Skip to content

Commit

Permalink
Make building easier
Browse files Browse the repository at this point in the history
* Make line endings work for cross-platform builds
* Only test on LTS JDKs
  • Loading branch information
ctubbsii committed Jul 23, 2024
1 parent 1f0980e commit 6ff395d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
java: [17, 21, 22, 23-ea]
java: [17, 21]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
</scm>
<properties>
<formatter.configFile>src/build/eclipse-java-style.xml</formatter.configFile>
<formatter.lineEnding>AUTO</formatter.lineEnding>
<invoker.streamLogs>true</invoker.streamLogs>
<maven.compiler.release>8</maven.compiler.release>
</properties>
Expand Down

0 comments on commit 6ff395d

Please sign in to comment.