Skip to content

Commit

Permalink
fix: use java 16 (#5)
Browse files Browse the repository at this point in the history
Fixes #
  • Loading branch information
mrgrain authored Jul 8, 2024
1 parent c7e161b commit c04e796
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ new MergeQueue(project, {
});

// fix java version
const javaVersion = "17";
const javaVersion = "16";
project.github?.tryFindWorkflow("build")?.file?.patch(
JsonPatch.replace("/jobs/package-java/steps/0/with", {
distribution: "corretto",
Expand Down

0 comments on commit c04e796

Please sign in to comment.