This message was deleted.
# community-support
s
This message was deleted.
v
Like you do with configuring any other plugin too?
Your plugin needs to be a settings plugin of course I think, as the tags are configured on the
gradleEnterprise
extension of the settings script
d
So it will be similar to this plugin right. Is there any other way like passing gradle scan object on extension plugin ? Or if i can have listener/callback from plugin, and then it will call gradle tag from my build script.
v
So it will be similar to this plugin right.
Probably
Is there any other way
I have no idea, but I don't think so
d
Will look into it again, thank you
👌 1
If we use custom settings plugin, can we access project/gradle instance from there? I can access buildscan now but not sure how to access gradle/project from custom plugin
ah i found it, i can get gradle/project instance from setting 🙏