Closed
Description
Here is console output from a recent jenkins build:
https://gist.github.com/mezz/6308e4bb684acf7818e6
I am building my mod against JEI 1.10.0.102
, which has an AT file, but it is looking for an AT from an older version, JEI 1.8.3.99
.
Found AccessTransformer: jei_at.cfg_jei_1.8-1.8.3.99_at.cfg
...
:deobfMcMCPjava.io.FileNotFoundException: /var/lib/jenkins/workspace/JEI_Addons-MC1.8/build/depAts/jei_at.cfg_jei_1.8-1.8.3.99_at.cfg (No such file or directory)
This means I usually have to build twice in a row, half the time it seems to work fine.