Hi
In my build, I have a task that is dedicated to uploading files to our Nexus Repository. In some cases, these files may already be present and this leads to HTTP errors. These errors cause the build to fail.
My need is to have a build which do not fail in this case, but continues its execution.
How can I acheive that? If the catch of the exception is the only way, how to do that in build scripts written in Kotlin?