From 7ecf5551f0cc4b25850547816c48ee3be93bc726 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 12 Jan 2022 12:50:30 -0800 Subject: [PATCH] Remove use of external Spring Build Conventions Gradle Plugins. --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 43ef90b9..9490307c 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,6 @@ buildscript { } } dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.38' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } }