Skip to content

Commit 73c1421

Browse files
authored
Update .devfile.yaml
1 parent 910dd76 commit 73c1421

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

scaffolder-templates/parasol-java-template/skeleton/.devfile.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,12 @@ components:
4747
memoryLimit: 6G
4848
cpuRequest: 1000m
4949
cpuLimit: 4000m
50+
commands:
51+
- id: set-java-bin
52+
exec:
53+
component: tools
54+
commandLine: "ln -f -s /usr/lib/jvm/java-21-openjdk/bin /home/user/.java/current"
55+
workingDir: "/home/user"
56+
events:
57+
postStart:
58+
- set-java-bin

0 commit comments

Comments
 (0)