From ab34d3fa9edd448f1289c4f50beb5e8f461ea7e1 Mon Sep 17 00:00:00 2001 From: Thomas Kerin Date: Thu, 17 Feb 2022 16:01:22 +0000 Subject: [PATCH] build.gradle - needs spring boot plugin to start application (#11) --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index b948fdf3..60c75600 100644 --- a/build.gradle +++ b/build.gradle @@ -6,6 +6,7 @@ plugins { id 'java' id 'maven-publish' id 'eclipse' + id 'org.springframework.boot' version '2.1.9.RELEASE' } repositories {