Skip to content

Commit 490396a

Browse files
committed
license ignore: the vendored subprocess has a slightly differnetly
phrased apache 2 license header; ignore it for now, it is compatible but we'll want to move to the package instead anyway shortly
1 parent ebec14e commit 490396a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.licenseignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ Plugins/**/_PluginsShared
4747
Plugins/**/0_PLEASE_SYMLINK*
4848
Plugins/PluginsShared/JavaKitConfigurationShared
4949
Samples/JavaDependencySampleApp/gradle
50-
Sources/_Subprocess/_nio_locks.swift
50+
Sources/_Subprocess/**
51+
Sources/_SubprocessCShims/**
5152
Samples/gradle

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import Foundation
1111
// Library/Java/JavaVirtualMachines/openjdk-21.jdk/Contents/Home.
1212
func findJavaHome() -> String {
1313
if let home = ProcessInfo.processInfo.environment["JAVA_HOME"] {
14+
print("JAVA_HOME = \(home)")
1415
return home
1516
}
1617

0 commit comments

Comments
 (0)