From 80d5e42c00b9e22539539b80fae6608aca01303b Mon Sep 17 00:00:00 2001 From: Ceren Ugurlu Date: Sat, 16 Mar 2019 13:25:01 +0000 Subject: [PATCH] Update build.gradle --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index b4623d9..e91d569 100644 --- a/build.gradle +++ b/build.gradle @@ -20,9 +20,9 @@ apply plugin: 'jacoco' apply plugin: 'checkstyle' apply plugin: 'application' -//application { -// mainClassName = 'greenify.server.Application' -//} +application { + mainClassName = 'greenify.server.Application' +} tasks.withType(Checkstyle) { reports {