hi, all. I have an unfortunately complex build with groovy and gradle 8, using a series of plugins, etc., that I need to convert to be ABLE to be an airgapped build (i.e., have an offline construction such that it doesn't touch a network that it would have no access to anyway). There are offline dependency plugins, but they're badly out of date, and they resolve plugin dependencies poorly. I have a few options in mind, but before I chase them too far, I wanted to see if there's conventional wisdom to apply here.