Download link not working and build failed...

I had my latest build failed - I had built just fine a few days ago. I thought maybe there was an update so I went to the solar2d site and the download link was not working. The build error was;
19:00:52.337 > Task :App:prepareLintJar
19:00:52.337
19:00:52.337 > Task :App:lintVitalRelease
19:00:52.337 C:\Users\User\AppData\Local\Temp\Corona Labs\CLtmpa13372\template\app: Error: commons-logging defines classes that conflict with classes now provided by Android. Solutions include finding newer versions or alternative libraries that don’t have the same problem (for example, for httpclient use HttpUrlConnection or okhttp instead), or repackaging the library using something like jarjar. [DuplicatePlatformClasses]
19:00:52.337 C:\Users\User\AppData\Local\Temp\Corona Labs\CLtmpa13372\template\app: Error: httpclient defines classes that conflict with classes now provided by Android. Solutions include finding newer versions or alternative libraries that don’t have the same problem (for example, for httpclient use HttpUrlConnection or okhttp instead), or repackaging the library using something like jarjar. [DuplicatePlatformClasses]
19:00:52.337
19:00:52.337 Explanation for issues of type “DuplicatePlatformClasses”:
19:00:52.337 There are a number of libraries that duplicate not just functionality of
19:00:52.337 the Android platform but using the exact same class names as the ones
19:00:52.337 provided in Android – for example the apache http classes. This can lead
19:00:52.337 to unexpected crashes.
19:00:52.337
19:00:52.337 To solve this, you need to either find a newer version of the library which
19:00:52.337 no longer has this problem, or to repackage the library (and all of its
19:00:52.337 dependencies) using something like the jarjar tool, or finally, rewriting
19:00:52.337 the code to use different APIs (for example, for http code, consider using
19:00:52.337 HttpUrlConnection or a library like okhttp).
19:00:52.337
19:00:52.337 2 errors, 0 warnings
19:00:52.337
19:00:52.337 > Task :App:lintVitalRelease FAILED
19:00:52.337
19:00:52.337 FAILURE: Build failed with an exception.
19:00:52.337
19:00:52.337 * What went wrong:
19:00:52.337 Execution failed for task ‘:App:lintVitalRelease’.
19:00:52.337 > Lint found fatal errors while assembling a release target.
19:00:52.337
19:00:52.337 To proceed, either fix the issues identified by lint, or modify your build script as follows:
19:00:52.337 …
19:00:52.337 android {
19:00:52.337 lintOptions {
19:00:52.337 checkReleaseBuilds false
19:00:52.337 // Or, if you prefer, you can continue to check for errors in release builds,
19:00:52.337 // but continue the build even when errors are found:
19:00:52.337 abortOnError false
19:00:52.337 }
19:00:52.337 }
19:00:52.337 …
19:00:52.337
19:00:52.337 * Try:
19:00:52.337 Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
19:00:52.337
19:00:52.337 * Get more help at https://help.gradle.org
19:00:52.337
19:00:52.337 Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
19:00:52.337 Use ‘–warning-mode all’ to show the individual deprecation warnings.
19:00:52.337 See https://docs.gradle.org/6.5.1/userguide/command_line_interface.html#sec:command_line_warnings
19:00:52.337
19:00:52.337 BUILD FAILED in 1m 4s
19:00:52.337 14 actionable tasks: 13 executed, 1 up-to-date
19:00:52.337 Picked up JAVA_TOOL_OPTIONS: -Duser.language=en
19:00:52.337 Picked up _JAVA_OPTIONS: -Xmx512M
19:00:54.523 Android build failed (1) after 70 seconds

I just fixed download link or solar2d site.

Are you using any plugins?

well I found the github download and got the latest version down - and it worked! So no idea why it stopped working, but all fixed now.