sbt/internal
Eugene Yokota 55b1fdeddb fix: Fix Chrome tracing file
**Problem**
We changed the content of Chrome tracing file incorrectly
and renamed tid to tname.

**Solution**
1. This renames tname back to to tid.
2. To retain the fix to avoid Thread#getId, this calls
   either the JDK 8 way or the JDK 19 way reflectively.
2025-01-28 04:11:36 -05:00
..
util-collection fix: Fix Chrome tracing file 2025-01-28 04:11:36 -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