Skip to content

Commit

Permalink
Migrate to io.spring.develocity.conventions
Browse files Browse the repository at this point in the history
**Auto-cherry-pick to `3.1.x`**
  • Loading branch information
artembilan committed Jul 8, 2024
1 parent 9186b80 commit d22bb1f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
pluginManagement {
repositories {
gradlePluginPortal()
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-amqp-dist'
Expand Down

0 comments on commit d22bb1f

Please sign in to comment.