Skip to content

Commit 5535cb3

Browse files
committed
Use swift-android-sdk branch for testing
1 parent 8569863 commit 5535cb3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Package.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ if let localPath = ProcessInfo.processInfo.environment["SWIFT_JAVA_JNI_CORE_PATH
1010
print("Using upstream 'swift-java-jni-core' from override path SWIFT_JAVA_JNI_CORE_PATH = \(localPath)")
1111
swiftJavaJNICoreDep = .package(path: localPath)
1212
} else {
13-
swiftJavaJNICoreDep = .package(url: "https://github.com/swiftlang/swift-java-jni-core", branch: "main")
13+
// swiftJavaJNICoreDep = .package(url: "https://github.com/swiftlang/swift-java-jni-core", branch: "main")
14+
// TODO: restore official dependency once https://github.com/swiftlang/swift-java-jni-core/pull/8 lands
15+
swiftJavaJNICoreDep = .package(url: "https://github.com/swift-android-sdk/swift-java-jni-core", branch: "main")
1416
}
1517

1618
let package = Package(

0 commit comments

Comments
 (0)