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.
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.