From 425550c9223cf26b794c881a35270ba3f9831c07 Mon Sep 17 00:00:00 2001 From: Merel Steenbergen Date: Mon, 8 Apr 2019 15:41:01 +0200 Subject: [PATCH] FIX::Uncomment something to make pipeline pass --- 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()