Sudarshan
10/18/2025, 8:05 AM// Custom build directory
layout.buildDirectory.set(file("$rootDir/.build/Library"))
But it causes library publication to fail, and other modules still create a build folder, as shown in the second image.Sudarshan
10/18/2025, 8:07 AMtapchicoma
10/20/2025, 7:29 AMbuildDirectory override - not every plugin is using it yet and may still rely on deprecated buildDir or just even hard-cord build/ path. For this cases - better to open issues in plugins issue trackers