webtools.Env.isHerokuBuild()andisGitHubAction()com.diffplug.webtools.jteplugin (#10)com.diffplug.webtools.flywayjooqplugin (#11)
- Tasks which declare outputs are now automatically cached.
- All the fixes we have done for
npm run blahare now backported tonpm cialso.
- Add the node installation dir onto
PATHto try to fix a Heroku issue.
- Fixup some requirements for Gradle 9.
- The workaround worked on clean builds, but tried to copy-over-existing on not-clean-builds. Fixed now.
- Workaround for a Windows issue afflicting modern node versions.
- Cannot run program "...\build\node-install\node\npm.cmd" ...: CreateProcess error=2, The system cannot find the file specifie
- Task like
npm run lint:fixget turned intonpm_run_lint-fix(so the colons don't screw up Gradle) - When
npm runcommands fail, they dump their console output as a Gradle error.
- Make it possible to set environment variables for npm run tasks. (#2)
- Fixed order of npm version detection.
First release.