Gradle Plugin v8.10.1
·
1 commit
to main
since this release
Fixed
prettier()and other npm-based steps no longer fail to start on npm 12 (EUNKNOWNCONFIGfrom--scripts-prepend-node-path). (#3024)spotlessInternalRegisterDependenciesnow writes its output under a build directory that is configured after the plugin is applied, instead of always under the defaultbuild/. (#2114)targetExcludenow accepts a GradleDirectory,DirectoryProperty, orProvider<Directory>and excludes the files under it. Previously the directory was treated as a single file, so excluding one silently did nothing. (#2667)