Skip to content

Commit

Permalink
Use more reacent version of Java
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Dec 11, 2024
1 parent c66aaaa commit fd932d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Java 11
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'zulu'

- name: Cache Maven dependencies
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<packaging>jar</packaging>

<properties>
<java.version>11</java.version>
<java.version>17</java.version>
</properties>

<dependencies>
Expand Down

0 comments on commit fd932d1

Please sign in to comment.