Skip to content

Commit

Permalink
Add pluginManagement & upgrade Develocity plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Feb 9, 2024
1 parent e40f644 commit 35160a3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url 'https://repo.spring.io/release' }
}
}

plugins {
id 'com.gradle.enterprise' version '3.12.3'
id 'io.spring.ge.conventions' version '0.0.14'
id 'com.gradle.enterprise' version '3.15.1'
id 'io.spring.ge.conventions' version '0.0.15'
}

rootProject.name = 'spring-kafka-dist'
Expand Down

0 comments on commit 35160a3

Please sign in to comment.