scripts checked in and how you mean using the wrapper task instead?
The wrapper task is only for updating the four wrapper files to newer versions.
If you don't have the four wrapper files checked in, this takes away one of the greatest strenghts of the Wrapper, that you don't even have to have Gradle installed to run the build but only Java.
👍 1
r
Robert
02/25/2021, 10:16 AM
Oh sorry, I thought it was to replace the gradlew file.
Robert
02/25/2021, 10:16 AM
So from what I understand I need it anyway, right?
v
Vampire
02/25/2021, 10:17 AM
"need" is a strong word.
You can always work without the wrapper at all.
But imho even the tiniest project should use it and have the four files checked in