Skip to content

Commit

Permalink
Add maven action
Browse files Browse the repository at this point in the history
  • Loading branch information
profhenry committed Dec 4, 2023
1 parent b1ae334 commit f0ede02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
with:
distribution: 'temurin'
java-version: 8
mvn-toolchain-id: '1.8'
cache: maven
- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<configuration>
<toolchains>
<jdk>
<version>1.8</version>
<version>8</version>
</jdk>
</toolchains>
</configuration>
Expand Down

0 comments on commit f0ede02

Please sign in to comment.