Build module on 8.1.32 Failed

I need to build a module on Ignition version 8.1.32. When I try building the example scripting-function project I receive the following error. Any ideas what I need to do?

I am using the repo commit before it was changed to java 17 back on 9/25/2023.

You need to update the dependency versions so they point to release artifacts instead of SNAPSHOT artifacts.

where would the dependency versions be located?
I tried changing ignition-platform-version to 8.1.32, but that did not seem to work either

What's the error after changing those properties?

AFAIK most of the example poms just reference the ignition-sdk-version property for Ignition SDK dependencies.

I now get this

[ERROR] Failed to execute goal on project scripting-function-gateway: Could not resolve dependencies for project com.inductiveautomation.ignition.examples:scripting-function-gateway:jar:1.1.0-SNAPSHOT: Failed to collect dependencies at com.inductiveautomation.ignitionsdk:gateway-api:pom:8.1.32: Failed to read artifact descriptor for com.inductiveautomation.ignitionsdk:gateway-api:pom:8.1.32: The following artifacts could not be resolved: com.inductiveautomation.ignitionsdk:gateway-api:pom:8.1.32 (absent): Could not transfer artifact com.inductiveautomation.ignitionsdk:gateway-api:pom:8.1.32 from/to releases (https://nexus.inductiveautomation.com/repository/inductiveautomation-releases): peer not authenticated -> [Help 1]

This sounds like some kind of network problem on your side. Firewall / nosy network appliance? Not sure.

Ooh, or maybe you're building with an ancient Java/JDK that doesn't include the Let's Encrypt ISRG Root X1 root certificate...

I just tried running the command a few more times and it eventually worked.