Skip to content

Commit

Permalink
Update java jdk to 17 (#333)
Browse files Browse the repository at this point in the history
jdk11 does not have a linux-arm64 release, but jdk17 does
  • Loading branch information
pat-trunk-io authored Jun 26, 2023
1 parent 0056c8e commit 3a8cc88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtimes/java/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ downloads:
runtimes:
definitions:
- type: java
download: jdk-11
download: jdk-17
runtime_environment:
- name: HOME
value: ${env.HOME:-}
Expand All @@ -55,7 +55,7 @@ runtimes:
linter_environment:
- name: PATH
list: ["${linter}/bin"]
known_good_version: 11.0.13
known_good_version: 17.0.1
version_commands:
- run: java --version
parse_regex: ${semver}
Expand Down

0 comments on commit 3a8cc88

Please sign in to comment.