We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf15e5 commit 1e8b602Copy full SHA for 1e8b602
.licenseignore
@@ -47,5 +47,6 @@ Plugins/**/_PluginsShared
47
Plugins/**/0_PLEASE_SYMLINK*
48
Plugins/PluginsShared/JavaKitConfigurationShared
49
Samples/JavaDependencySampleApp/gradle
50
-Sources/_Subprocess/_nio_locks.swift
+Sources/_Subprocess/**
51
+Sources/_SubprocessCShims/**
52
Samples/gradle
Package.swift
@@ -11,6 +11,7 @@ import Foundation
11
// Library/Java/JavaVirtualMachines/openjdk-21.jdk/Contents/Home.
12
func findJavaHome() -> String {
13
if let home = ProcessInfo.processInfo.environment["JAVA_HOME"] {
14
+ print("JAVA_HOME = \(home)")
15
return home
16
}
17
0 commit comments