Join Slack
Powered by
This message was deleted.
# community-support
s
Slackbot
02/02/2022, 6:35 AM
This message was deleted.
e
ephemient
02/02/2022, 7:30 AM
IMO it's simpler to define a Gradle plugin in your included build. even if it's an empty plugin, you can
plugins { id("com.example.my-included-build") }
to bring the included build into the buildscript classpath of whichever projects you want to use it in
👍 2
e
Eli Graber
02/03/2022, 5:24 AM
Thanks! I thought I had tried that, but I guess something was off in middle of my refactor that made it seem like it wasn't working.
3
Views
Open in Slack
Previous
Next