Skip to content

Commit

Permalink
Attempt to fix failing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett committed Mar 8, 2023
1 parent 1c038b0 commit 7320867
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
platform: [ ubuntu-latest ]
java-version: [ 11 ]
java-version: [ 8 ]

runs-on: ${{ matrix.platform }}
env:
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<forceJavacCompilerUse>true</forceJavacCompilerUse>
</configuration>
</plugin>
<plugin>
<groupId>org.commonjava.maven.plugins</groupId>
Expand Down

0 comments on commit 7320867

Please sign in to comment.