Commit 65f7a10
Work around upstream packagePlugin Windows bug; bump to beta.14
The io.nextflow.nextflow-plugin gradle plugin wires `test` to depend on
`assemble` (which transitively triggers `packagePlugin`). On Windows,
`packagePlugin` fails with "character to be escaped is missing" because
upstream uses `String.replaceAll('\\.', File.separator)` and `\` is the
escape character in regex replacements. Filed upstream as
nextflow-io/nextflow-plugin-gradle#20.
Until that's fixed:
- Sever the test->assemble dependency so `./gradlew test` (and therefore
`make test` in CI) runs on Windows. `make assemble`, `make package`,
and `make release` still pull in `packagePlugin` on platforms where it
works.
- Bump to 1.0.0-beta.14 (latest) — same Windows bug, but worth being on
the most recent release otherwise.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 2ad1400 commit 65f7a10
1 file changed
Lines changed: 13 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
31 | 39 | | |
32 | 40 | | |
33 | 41 | | |
| |||
0 commit comments