Skip to content

Commit

Permalink
Migrate to io.spring.develocity.conventions plugin
Browse files Browse the repository at this point in the history
**Auto-cherry-pick to `3.2.x` & `3.1.x`**
  • Loading branch information
artembilan committed Jul 8, 2024
1 parent 0b74ec2 commit bc3017c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url 'https://repo.spring.io/release' }
mavenCentral()
}
}

plugins {
id 'com.gradle.develocity' version '3.17.5'
id 'io.spring.ge.conventions' version '0.0.17'
id 'io.spring.develocity.conventions' version '0.0.19'
}

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

0 comments on commit bc3017c

Please sign in to comment.