1
0
mirror of https://github.com/google/nomulus synced 2026-01-03 11:45:39 +00:00

Add Spotless to the Gradle build (#88)

* Add Spotless to the Gradle build

* spotless apply

* one dot instead of two
This commit is contained in:
gbrodman
2019-06-19 16:24:46 -04:00
committed by GitHub
parent 973b29bc7a
commit e1db339b88
7 changed files with 35 additions and 32 deletions

View File

@@ -59,4 +59,3 @@ dependencies {
annotationProcessor deps['com.google.dagger:dagger-compiler']
testAnnotationProcessor deps['com.google.dagger:dagger-compiler']
}