Closed PerryAJ closed 2 years ago
Creating a module from the generator-cli results in a project that fails to build for two reasons:
Instead of:
plugins { id("io.ia.sdk.modl") }
It should emit:
plugins { id("io.ia.sdk.modl") version("<some version>") }
In addition, the module-signer fails to to resolve due to missing the repository in the settings.gradle pluginManagement. At a minimum, we should add the following:
maven { url = uri("https://nexus.inductiveautomation.com/repository/inductiveautomation-releases/") }
Creating a module from the generator-cli results in a project that fails to build for two reasons:
Instead of:
It should emit:
In addition, the module-signer fails to to resolve due to missing the repository in the settings.gradle pluginManagement. At a minimum, we should add the following: