Skip to content

Commit 1943867

Browse files
committed
Release v1.4.2: Updating Windows JLink’s JDK
1 parent 0925b8a commit 1943867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jlink {
221221
javaHome.set(jdkPath)
222222

223223
}else{
224-
if (os.windows) javaHome.set('C:\\Program Files\\AdoptOpenJDK\\jdk-21.0.1.12-hotspot')
224+
if (os.windows) javaHome.set('C:\\Program Files\\Eclipse Adoptium\\jdk-21.0.3.9-hotspot')
225225
else if (os.macOsX && aarch64) javaHome.set('/Users/clement/Library/Java/JavaVirtualMachines/liberica-21.0.3')
226226
else if (os.macOsX) javaHome.set('/Library/Java/JavaVirtualMachines/temurin-21.jdk/Contents/Home')
227227
else if (os.linux) javaHome.set('/home/clement/.jdks/corretto-21.0.4')

0 commit comments

Comments
 (0)