Commit b2898be
committed
fix CI: exclude lite.lex from test artifact to avoid SNAPSHOT Maven resolution
The lite.lex omits bundled Maven deps, causing Lucee to fetch org.lucee:ehcache:*-SNAPSHOT
from remote repos — which fails because no snapshot-capable repo is configured. Upload only
the full .lex so all deps are bundled and no network resolution is needed during tests.1 parent 31389ea commit b2898be
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
0 commit comments