Torsten Curdt
Torsten Curdt
Thanks for making this reproducible. ``` [INFO] Building: pom-only/pom.xml [INFO] [INFO] Error stacktraces are turned on. [INFO] [INFO] Scanning for projects... [INFO] [INFO] [INFO] [INFO] -------------------------< org.vafer:jdeb-it >-------------------------- [INFO] [INFO]...
Good thinking. So, can you confirm it fixes your build by providing that dependency from your pom? Given that `jdeb` is for `ant` and `maven` it feels not quite right...
`jdeb` is not split into `jdeb-core`, `jdeb-ant` and `jdeb-maven` which means adding build platform specific dependencies is a penalty for some users. Hence I am trying to be as conservative...
Ah, gotcha. Sounds like a regression during the cleanup and upgrades. Since you tracked this down - want to create a PR to get the credit?
Might take a few days but I will.
Sounds like a useful addition. Just needs someone to implement it. Does not sound too hard.
I am not sure I am the one to give input but since you asked for it... I like how you separated out the player state. IIUC the lua script...
If you need a reason or a test - try pasting in yaml files. Holy smokes, is this annoying.
The full flake is here FWIW https://github.com/tcurdt/nixcfg/blob/main/flake.nix
Digging some more I assume it should be something along the lines of this? Still not correct but probably closer. ``` colmena = { meta = { nixpkgs = import...