diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2019-10-02 18:04:18 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-02 18:04:18 +0530 |
commit | f1f59dc1ed26c2351dc31e55902ff8e4b5a6ed0e (patch) | |
tree | 2afb98c921714ccefcd22f35a7340584d1bfba53 /build.gradle.kts | |
parent | 9a1a54a6fcfa6fd6cf142f2af9804375255d14cf (diff) |
Add Spotless to regulate codestyle (#550)
* Add Spotless to regulate codestyle
* treewide: Run spotless
* Add spotlessCheck to CI test
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index c56ed91b..28b13bd7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,3 +45,5 @@ tasks { distributionType = Wrapper.DistributionType.ALL } } + +configureSpotless() |