sbt/internal
Eugene Yokota c4aebf5744 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:40:27 -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 Cache delegates during Load 2024-11-04 10:43:42 +01: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