From 064e8e04c2af0880ebcd0a73f5aa21d3ae2bbac0 Mon Sep 17 00:00:00 2001 From: mlwauben Date: Tue, 26 Mar 2019 08:26:40 +0100 Subject: [PATCH] FIX:: CI --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 98f5661..2b6ed72 100644 --- a/build.gradle +++ b/build.gradle @@ -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()