sbt/sbt-app/src
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
..
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 feat: Support glob expressions in scripted 2024-12-08 23:38:00 -05:00
test/scala/sbt avoid deprecated `java.net.URL` constructor 2023-10-08 17:49:20 +09:00