sbt/internal/util-scripted/src/main
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
..
java/sbt/internal/scripted Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
scala/sbt/internal/scripted feat: Support glob expressions in scripted 2024-12-08 23:40:27 -05:00