An open API service indexing awesome lists of open source software.

https://github.com/hypertrace/hypertrace-gradle-code-style-plugin


https://github.com/hypertrace/hypertrace-gradle-code-style-plugin

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

          

# 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

```kotlin
plugins {
id("org.hypertrace.code-style-plugin") version ""
}
```