On Sat, 6 Aug 2022 at 17:16, Bernd Michaely <i...@bernd-michaely.de> wrote: > > The original Gradle (7.5) doc says: > > The project root directory contains all source files that are part of your > project. In addition, it contains files and directories that are generated by > Gradle such as .gradle and build. While the former are usually checked in to > source control, the latter are transient files used by Gradle to support > features like incremental builds. > > see: > https://docs.gradle.org/current/userguide/directory_layout.html#dir:project_root
Given the paragraph below that, it's got to be a typo! "From version 4.10 onwards, Gradle automatically cleans the project-specific cache directory. After building the project, version-specific cache directories in .gradle/<gradle-version>/ are checked periodically (at most every 24 hours) for whether they are still in use. They are deleted if they haven’t been used for 7 days." Best wishes, Neil --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists