diff --git a/build.gradle b/build.gradle index 7ee09fd..79d4d80 100644 --- a/build.gradle +++ b/build.gradle @@ -5,6 +5,10 @@ plugins { id 'org.springframework.boot' version '3.3.4' } +repositories { + mavenCentral() +} + subprojects { apply plugin: 'java'