Skip to content

Commit

Permalink
Merge pull request #282 from elimu-ai/update-java11
Browse files Browse the repository at this point in the history
updated to java 11
  • Loading branch information
SanjayRam07 authored Nov 7, 2023
2 parents 8037036 + 818f92c commit 9a98ed7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 8
java-version: 11
cache: maven
- run: mvn clean
- run: mvn compile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 8
java-version: 11
cache: maven
- run: git config user.name 'Nya Ξlimu'
- run: git config user.email 'info@elimu.ai'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>model</name>

<properties>
<java.version>8</java.version>
<java.version>11</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit 9a98ed7

Please sign in to comment.