Hey, anybody from Gradle here? Got a question about Gradle Enterprise. Or maybe other people could help 🤷
If I wanted to tag a build failure in order to aggregate build scans using a given tag, is that something I could do from Kotlin code somehow, after catching the exception? Or tagging can only be done via gradle config file using
the gradle enterprise plugin?