mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 01:02:11 +01:00
Groovy version mismatch #53
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cmb69 on GitHub (Sep 24, 2019).
The
CLASSPATHfor the Eclipse project currently uses Groovy 2.5.8, while theCLASSPATHfor 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.