It would be good to be able to use the --build-cache option when Xtext/Xtend generation is in the mix. The Java compile task that comes with gradle is already cacheable, and we'd like to avoid committing generated sources to git, while still being able to cache the build results during our CI build.
It would be good to be able to use the
--build-cacheoption when Xtext/Xtend generation is in the mix. The Java compile task that comes with gradle is already cacheable, and we'd like to avoid committing generated sources to git, while still being able to cache the build results during our CI build.