sbt/internal
Eugene Yokota 0906b2d7ac 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.
2024-12-15 02:47:35 -05:00
..
util-complete remove implicit params. change to using 2024-11-18 06:49:22 +09:00
util-control Bump CI to JDK 21 2024-10-19 21:08:20 -07:00
util-core/src/main fix: Use JDK path, not JRE path 2024-12-15 02:47:35 -05:00
util-interface/src/main/java/xsbti Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
util-logging remove more implicit. use given and using 2024-11-18 14:39:00 +09:00
util-logic/src refactor: Update Scala 3 syntax 2024-10-27 23:55:30 -04:00
util-position/src remove deprecated `[this]` qualifier 2024-10-03 21:16:48 +09:00
util-relation/src refactor: Update Scala 3 syntax 2024-10-27 23:55:30 -04:00
util-scripted/src/main feat: Support glob expressions in scripted 2024-12-08 23:40:27 -05:00