Groovy version mismatch #53

Open
opened 2026-01-24 11:40:34 +01:00 by admin · 0 comments
Owner

Originally created by @cmb69 on GitHub (Sep 24, 2019).

The CLASSPATH for the Eclipse project currently uses Groovy 2.5.8, while the CLASSPATH for the command line tools still uses Groovy 2.4.15. It seems that the groovy-all.jars are no longer available, so we should figure out a way to always use the same Groovy version.

Originally created by @cmb69 on GitHub (Sep 24, 2019). The `CLASSPATH` for the Eclipse project currently [uses Groovy 2.5.8](https://github.com/php/pftt2/blob/d93ae5c801a89c1b286fae3eb85868c98b127ac4/.classpath#L57-L58), while the `CLASSPATH` for the command line tools still [uses Groovy 2.4.15](https://github.com/php/pftt2/blob/d93ae5c801a89c1b286fae3eb85868c98b127ac4/bin/pftt.cmd#L61). It seems that the groovy-all.jars are [no longer available](https://repo1.maven.org/maven2/org/codehaus/groovy/groovy-all/2.5.8/), so we should figure out a way to always use the same Groovy version.
admin added the enhancement label 2026-01-24 11:40:34 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: php/pftt2#53