Skip to content

Commit

Permalink
fix detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJang27 committed Nov 27, 2024
1 parent 9278ed2 commit 9daa3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linters/detekt/detekt.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const gradlePreCheck: TestCallback = (driver) => {
driver.writeFile(trunkYamlPath, newContents);

driver.runTrunkSync(["install"]);
const javaPath = recurseLevels(path.resolve(DOWNLOAD_CACHE, "jdk-13"), 1);
const javaPath = recurseLevels(path.resolve(DOWNLOAD_CACHE, "jdk-23"), 1);
const finalContents = newContents.concat(` environment:
- name: JAVA_HOME
value: ${javaPath}
Expand Down

0 comments on commit 9daa3b4

Please sign in to comment.