aboutsummaryrefslogtreecommitdiffstats
path: root/settings.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle9
1 files changed, 3 insertions, 6 deletions
diff --git a/settings.gradle b/settings.gradle
index 1c146af..632c8ef 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -2,9 +2,8 @@
pluginManagement {
// https://docs.gradle.org/current/userguide/plugins.html#sec:plugin_version_management
plugins {
- id 'io.spring.dependency-management' version '1.0.13.RELEASE'
+ id 'io.spring.dependency-management' version '1.1.2'
id 'org.springframework.boot' version '3.1.2'
- id 'org.sonarqube' version '3.4.0.2513'
id 'com.github.hierynomus.license' version '0.16.1'
id 'com.gorylenko.gradle-git-properties' version '2.4.1'
id 'org.openapi.generator' version '7.0.0-beta'
@@ -12,9 +11,7 @@ pluginManagement {
// https://docs.gradle.org/current/userguide/plugins.html#sec:custom_plugin_repositories
repositories {
mavenCentral()
- maven {
- url "https://plugins.gradle.org/m2/"
- }
+ gradlePluginPortal()
}
}
@@ -37,7 +34,7 @@ pluginManagement {
// }
// }
-rootProject.name = 'portal-prefs'
+rootProject.name = 'preferences'
include 'openapi'
include 'app'