Skip to content

Commit

Permalink
Address code review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta committed Oct 9, 2024
1 parent 725fd3f commit d1505db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/compute/agent-node-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,10 @@ export class AgentNodeConfig {
key: 'JAVA21_HOME',
value: '/usr/lib/jvm/temurin-21-jdk-amd64',
},
{
key: 'JAVA23_HOME',
value: '/usr/lib/jvm/temurin-23-jdk-amd64',
}
],
},
},
Expand Down

0 comments on commit d1505db

Please sign in to comment.