Skip to content

Commit

Permalink
Merge branch 'lts' into lts-with-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Jan 24, 2025
2 parents 57a39ca + a3303ba commit 4748170
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ def get_windows_dir():

def get_jagent_java_home():
if "jdk21" in docker_build.get_current_branch():
return "/home/jagent/tools/jdk-21.0.5+11"
return "/home/jagent/tools/jdk-21.0.6+7"
if "weekly" in docker_build.get_current_branch():
return "/home/jagent/tools/jdk-21.0.5+11"
return "/home/jagent/tools/jdk-17.0.13+11"
return "/home/jagent/tools/jdk-21.0.6+7"
return "/home/jagent/tools/jdk-17.0.14+7"

#-----------------------------------------------------------------------

Expand Down

0 comments on commit 4748170

Please sign in to comment.