https://github.com/nesoy/spotless-example
🍀 Introducing Spotless Example
https://github.com/nesoy/spotless-example
conventions example
Last synced: 10 months ago
JSON representation
🍀 Introducing Spotless Example
- Host: GitHub
- URL: https://github.com/nesoy/spotless-example
- Owner: NESOY
- Created: 2020-04-21T06:50:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T14:46:01.000Z (over 5 years ago)
- Last Synced: 2025-01-30T23:18:42.483Z (12 months ago)
- Topics: conventions, example
- Language: Java
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spotless-example
-
```gradle
plugins {
id "com.diffplug.gradle.spotless" version "3.28.1"
}
```
#### 적용
```shell script
./gradlew spotlessApply
```
## Reference
-