Skip to content

Commit

Permalink
Improved gradle plugin repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Mar 31, 2021
1 parent 7214b0d commit d68d838
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit d68d838

Please sign in to comment.