Skip to content

Commit

Permalink
Temporarily work around problems with Gradle's plugin portal
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Nov 8, 2022
1 parent ac6ad7c commit fb954e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ repositories {
mavenCentral()
gradlePluginPortal()
maven { url "https://repo.spring.io/release" }
jcenter() {
content {
includeGroup("org.ysb33r.gradle")
}
}
}

sourceCompatibility = 1.8
Expand Down
5 changes: 5 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ pluginManagement {
if (version.endsWith('-SNAPSHOT')) {
maven { url "https://repo.spring.io/snapshot" }
}
jcenter() {
content {
includeGroup("org.ysb33r.gradle")
}
}
}
resolutionStrategy {
eachPlugin {
Expand Down

0 comments on commit fb954e8

Please sign in to comment.