sbt/sbt-app/src
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
..
main avoid deprecated `java.net.URL` constructor 2023-06-25 08:23:09 +09:00
repo-override-test lm-coursier-shaded 2.0.12 2022-10-30 18:25:04 -04:00
sbt-test Support JDK 25 JEP-512/JEP-445 Main run 2025-09-28 01:51:24 -04:00
test/scala/sbt avoid deprecated `java.net.URL` constructor 2023-10-08 17:49:20 +09:00