sass-gradle-plugin
sass-gradle-plugin copied to clipboard
Question regarding gradle output to downloadSass task
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?