From 558c2093f94d406f0377849ca2a2d75eaa830500 Mon Sep 17 00:00:00 2001 From: bvn13 Date: Fri, 3 Apr 2020 17:03:47 +0300 Subject: [PATCH] fixed springboot building fat jar --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d8e44a6..1b3c629 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ subprojects { apply plugin: 'java' apply plugin: 'idea' -// apply plugin: 'org.springframework.boot' + apply plugin: 'org.springframework.boot' apply plugin: 'io.spring.dependency-management' sourceCompatibility = 1.8