We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910dd76 commit 73c1421Copy full SHA for 73c1421
1 file changed
scaffolder-templates/parasol-java-template/skeleton/.devfile.yaml
@@ -47,3 +47,12 @@ components:
47
memoryLimit: 6G
48
cpuRequest: 1000m
49
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