sbt/internal
Eugene Yokota a18ed19cbc fix: Use JDK path, not JRE path
**Problem**
There are a few places where javaHome or java path is set,
using java.home system property. The problem is that it points to JRE,
not JDK, so it would break on Java compilation etc.

**Solution**
If the path ends with jre, go up one directory.
2025-03-03 02:31:44 -05:00
..
util-collection fix: Use JDK path, not JRE path 2025-03-03 02:31:44 -05:00
util-complete Migrate all usages of `System.console == null` 2024-10-28 18:25:16 -07:00
util-control update ErrorHandling.scala 2024-09-11 07:36:03 +09:00
util-interface/src/main/java/xsbti Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
util-logging Remove jansi from WindowsInputStream 2024-11-07 19:15:13 -08:00
util-logic/src Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
util-position/src Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
util-relation/src Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
util-scripted/src/main fix: Fixes glob in scripted 2024-12-22 01:32:16 -05:00