Skip to content

Gradle Plugin

The Buildnote Gradle plugin captures build events from various Gradle build stages. These events can then be uploaded using the Buildnote collect CLI command.

Configuration

Add the plugin to your project's Gradle build file plugins block:

kotlin
plugins {
  id("io.buildnote.buildnote-gradle-plugin") version "0.0.5"
}

For multi-module projects, apply the plugin only to the root project build file. Adding it to submodule build files will generate duplicate events.