Hi, I'm new to creating Ignition modules and I have a problem fetching documentation in IntelliJ IDE for anything present in the SDK. There's always status 401 - Unauthorized for GET requests.
I'm using module tools v0.4.0, Gradle v8.1.1 and Maven 3.9.9. Using Java 11 as the project SDK. I followed the original guide for creating a module using Gradle, but this is the only place, where I got stuck.
Execution failed for task ':client:ijDownloadSourcesf2e2bded-3bc'.
> Could not resolve all files for configuration ':client:downloadSources_43438506-cdff-420a-abfa-a970630682e3'.
> Could not download vision-client-11.1.20-sources.jar (com.inductiveautomation.vision:vision-client:11.1.20)
> Could not get resource 'https://nexus.inductiveautomation.com/repository/public/com/inductiveautomation/vision/vision-client/11.1.20/vision-client-11.1.20-sources.jar'.
> Could not GET 'https://nexus.inductiveautomation.com/repository/public/com/inductiveautomation/vision/vision-client/11.1.20/vision-client-11.1.20-sources.jar'. Received status code 401 from server: Unauthorized
Thanks in advance!