sass-gradle-plugin icon indicating copy to clipboard operation
sass-gradle-plugin copied to clipboard

Question regarding gradle output to downloadSass task

Open turchinc opened this issue 6 months ago • 0 comments

I use the plugin in a multiproject build and it works well. I have one question about efficiency. On every build for every project I see


> Task :project1:downloadSass UP-TO-DATE
Download https://github.com/sass/dart-sass/releases/download/1.54.4/dart-sass-1.54.4-windows-x64.zip
> Task :project2:downloadSass UP-TO-DATE
Download https://github.com/sass/dart-sass/releases/download/1.54.4/dart-sass-1.54.4-windows-x64.zip
> Task :project2:downloadSass UP-TO-DATE
Download https://github.com/sass/dart-sass/releases/download/1.54.4/dart-sass-1.54.4-windows-x64.zip

Is the artifact "UP-TO-DATE"? Or is the build downloading the file each time?

turchinc avatar Aug 13 '24 11:08 turchinc