Skip to content

Commit

Permalink
Bring back pluginManagement into settings.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Jan 19, 2024
1 parent 1ca97ea commit 02205ea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url 'https://repo.spring.io/release' }
}
}

plugins {
id 'com.gradle.enterprise' version '3.15.1'
id 'io.spring.ge.conventions' version '0.0.15'
Expand Down

0 comments on commit 02205ea

Please sign in to comment.