FIX:: Small bug fix, pipeline should now run

This commit is contained in:
Merel Steenbergen
2019-04-04 20:45:10 +02:00
parent b08174b2ee
commit 7ac5b1efda

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()