Skip to content

Commit 6ce14be

Browse files
committed
make: Fix typo in bootjdk8 path
1 parent c2de2d0 commit 6ce14be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cvm.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
WORKSPACE := $(shell pwd)
2121
SHELL := /bin/bash
2222
BOOTJDK25 := $(WORKSPACE)/.bootjdks/jdk-25.0.1
23-
BOOTJDK8 := $(WORKSPACE)/.bootjdks/jdk8u372-b07
23+
BOOTJDK8 := $(WORKSPACE)/.bootjdks/jdk8u452-b09
2424
BUILDDIR := $(WORKSPACE)/cvm/build
2525
VERSION := $(shell cat $(WORKSPACE)/cvm/conf/version)
2626
OUTPUTDIR := $(WORKSPACE)/output

0 commit comments

Comments
 (0)