From d68d838dda00563e8566a15bde239c0224eb4784 Mon Sep 17 00:00:00 2001 From: Marcel <34819524+MarcelCoding@users.noreply.github.com> Date: Tue, 30 Mar 2021 15:16:59 +0200 Subject: [PATCH] Improved gradle plugin repositories --- build.gradle | 2 +- settings.gradle | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index ebb8f58..d0220af 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ plugins { id 'io.freefair.git-version' version "${freefairVersion}" id 'com.github.jk1.dependency-license-report' version '1.16' // id 'com.github.johnrengelman.shadow' version '6.1.0' apply false - id 'org.springframework.experimental.aot' version '0.9.1' apply false +// id 'org.springframework.experimental.aot' version '0.9.1' apply false id 'org.springframework.boot' version "${springBootVersion}" apply false id 'io.spring.dependency-management' version '1.0.11.RELEASE' apply false //io.freefair.maven-optional diff --git a/settings.gradle b/settings.gradle index 1468a13..7f786b3 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,17 +1,17 @@ pluginManagement { repositories { - gradlePluginPortal() +// maven { +// url 'https://repo.spring.io/release' +// content { +// includeModule('org.springframework.experimental.aot', 'org.springframework.experimental.aot.gradle.plugin') +// } +// } mavenCentral { content { includeModule('org.hibernate', 'hibernate-gradle-plugin') } } - maven { - url 'https://repo.spring.io/release' - content { - includeModule('org.springframework.experimental.aot', 'org.springframework.experimental.aot.gradle.plugin') - } - } + gradlePluginPortal() } resolutionStrategy {