-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gradle error on fresh generated module skeleton #49
Comments
For internal tracking purposes: IGN-10597. |
Local testing with the #54 commit suggests that lining up all the version references from .\gradlew.bat --% build
# ...
> Task :signModule SKIPPED
useUnsignedModule specified in Module Settings. Module Signing will be skipped
BUILD SUCCESSFUL in 932ms
8 actionable tasks: 2 executed, 6 up-to-date There are several other patches to fit into this release but once |
brianeray
added a commit
to brianeray/ignition-module-tools
that referenced
this issue
Aug 27, 2024
This should also close issue inductiveautomation#49.
Merged
brianeray
added a commit
to brianeray/ignition-module-tools
that referenced
this issue
Aug 28, 2024
This should also close issue inductiveautomation#49.
#59 fixes this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using generator-cli, a freshly created project produces the following Gradle error when attempting to build:
This appears to be due to the templating in generator still emitting version
0.1.1
for the Ignition Module Plugin (io.ia.sdk.modl
) instead of the latest0.3.0
(wheremoduleDependencySpecs
was introduced). In a quick search through the code, it looks like we might need to update a few areas where the previous version number was used; hopefully we can DRY that up in the process.The text was updated successfully, but these errors were encountered: