what is the right/best way to have a plugin repo consume itself?
e
ephemient
02/22/2024, 3:17 PM
there isn't a great way. IMO the easiest way would be to use a previously published binary. it's possible to create an included build with an overlapping sourceset and apply it, but I'd say that's hacky and potentially fragile
c
Caleb Cushing
02/22/2024, 3:18 PM
why fragile?
e
ephemient
02/22/2024, 3:19 PM
you need to ensure it the included build also builds, but without applying to itself (of course)
c
Caleb Cushing
02/22/2024, 3:24 PM
I heard you like builds so I included a build in your builds build build