Hypertrace Code Style Plugin

org.hypertrace.code-style-plugin

Purpose

This plugin configures the code style task for the entire project task in the project.

Usages

Add the following snippet to the project's build.gradle.kts

plugins {
  id("org.hypertrace.code-style-plugin") version "<version>"
}