From 7ac5b1efdaac69a814f48539f3ac4c4bcd0a191e Mon Sep 17 00:00:00 2001 From: Merel Steenbergen Date: Thu, 4 Apr 2019 20:45:10 +0200 Subject: [PATCH] FIX:: Small bug fix, pipeline should now run --- 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()