Is it possible to write a custom settings plugin u...
# community-support
t
Is it possible to write a custom settings plugin using precompiled scripts? If so does anyone have any example references? In particular, I'm looking to write one to share common build cache settings.
p
v
And it can't be done in
buildSrc
, only an included build or published. And the include must be inside
pluginManagement { ... }
.
👍 1
t
That did the trick, thank you both! Luckily I plan to publish it so no issues there.
👌 1