From ec9992c0ba62f3c6e9f1fe6188a4aa525e0586fa Mon Sep 17 00:00:00 2001 From: Tom Hombergs Date: Sat, 27 Jun 2020 08:29:50 +1000 Subject: [PATCH] fix build issue in "modular" module --- spring-boot/modular/application/build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spring-boot/modular/application/build.gradle b/spring-boot/modular/application/build.gradle index 19e1c95..202bf52 100644 --- a/spring-boot/modular/application/build.gradle +++ b/spring-boot/modular/application/build.gradle @@ -10,12 +10,15 @@ buildscript { } } +plugins { + id 'org.springframework.boot' version '2.3.1.RELEASE' +} + apply plugin: 'java' apply plugin: 'eclipse' apply plugin: 'org.springframework.boot' version = '0.0.1-SNAPSHOT' -sourceCompatibility = 11 repositories { mavenLocal()