Slackbot
10/20/2023, 1:36 PMRoberto Fuentes
10/20/2023, 1:40 PMapi(project(":common-models")) thinking that it would compile it with the plugin but doesn’t seem to work… It tries to download the common-models when applying the plugin
I’m clearly missing something here 🤔Thomas Broyer
10/20/2023, 1:59 PMcommon-models project either need to be published (e.g. to Maven Central) or be somehow incorporated into the plugin's JAR (have a look at the `shadow` plugin).
One thing to understand: the Plugin Portal only accepts JARs for Gradle plugins. Any dependency those plugins can have need to come from Maven Central, or from a repository that users will have to configure in their builds.Roberto Fuentes
10/20/2023, 2:02 PMruler-models to the Maven Central.
Thank you for your time & the explanation Thomas 🙇