sbt/internal
Eugene Yokota 2e7d3fdf93 Support JDK 25 JEP-512/JEP-445 Main run
**Problem**
sbt currently does not support JDK 25 Main class. JDK 25 supports:
1. non-public main method
2. doesn't need Array[String] arg
3. doesn't have to be a static method

**Solution**
This updates Zinc, which supports new Main class detection.

In addition, this implements in-process run emulation support.
2025-09-28 01:51:24 -04:00
..
util-collection Support JDK 25 JEP-512/JEP-445 Main run 2025-09-28 01:51:24 -04: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