sbt/internal
Eugene Yokota d21b2d250a feat: Support glob expressions in scripted
**Problem**
It's currently not easy to write a scripted test that works on
both sbt 1.x and 2.x when you want to write exists test under target.

**Solution**
Since we can only use the file system (and not evaluate Scala version etc)
1. this implements glob expression support in `exists`, `absent`, and `delete`.
2. this also introduces `||` operator that would mean a or b.
2024-12-08 23:38:00 -05:00
..
util-collection fix typo 2023-06-24 20:05:52 +09: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 feat: Support glob expressions in scripted 2024-12-08 23:38:00 -05:00