just until recently, the GitHub Action for Gradle ...
# community-support
b
just until recently, the GitHub Action for Gradle (https://github.com/gradle/gradle-build-action) didn't support configuring enabling build scans for scans.gradle.com. that changed 2 weeks ago: https://github.com/gradle/gradle-build-action?tab=readme-ov-file#publishing-to-scansgradlecom. in the meantime, I had written my own custom GitHub Action for open source projects for sending data to scans.gradle.com. feel free to check it out here: https://github.com/bmuschko/setup-gradle-public-build-scan. It's similar to the
gradle-build-action
, but provides more configuration options e.g. allowing to send extra tags and links.