FIX::Checkstyle errors

This commit is contained in:
Merel Steenbergen
2019-04-08 15:38:49 +02:00
parent fb22937864
commit f6f74cd2aa
6 changed files with 12 additions and 13 deletions

View File

@@ -18,9 +18,9 @@ apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
apply plugin: 'application'
application {
mainClassName = 'greenify.server.Application'
}
//application {
// mainClassName = 'greenify.server.Application'
//}
repositories {
mavenCentral()