Skip to content

Commit

Permalink
Migrate to io.spring.develocity.conventions plugin
Browse files Browse the repository at this point in the history
(cherry picked from commit bc3017c)

# Conflicts:
#	settings.gradle
  • Loading branch information
artembilan committed Jul 8, 2024
1 parent 53c5965 commit 0dd4f2f
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.enterprise' 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 0dd4f2f

Please sign in to comment.