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
- Host: GitHub
- URL: https://github.com/hypertrace/hypertrace-gradle-code-style-plugin
- Owner: hypertrace
- License: apache-2.0
- Created: 2021-03-08T14:01:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T16:38:00.000Z (about 1 year ago)
- Last Synced: 2025-01-21T17:49:51.021Z (about 1 year ago)
- Language: Java
- Size: 201 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
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 ""
}
```