mirror of https://github.com/sbt/sbt.git
**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. |
||
|---|---|---|
| .. | ||
| java/sbt/internal/scripted | ||
| scala/sbt/internal/scripted | ||