Skip to content

Commit

Permalink
Migrate to io.spring.develocity.conventions plugin
Browse files Browse the repository at this point in the history
* Remove `com.gradle.develocity` plugin management since it comes now ]
as transitive from the `io.spring.develocity.conventions`
  • Loading branch information
artembilan committed Sep 23, 2024
1 parent 4f90135 commit b47b93e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
}
}

plugins {
id 'com.gradle.develocity' version '3.17.6' apply false
id 'io.spring.ge.conventions' version '0.0.17' apply false
id 'io.spring.develocity.conventions' version '0.0.21' apply false
}

startParameter.noBuildScan = startParameter.taskNames.contains('format')

apply plugin: 'com.gradle.develocity'
apply plugin: 'io.spring.ge.conventions'
apply plugin: 'io.spring.develocity.conventions'

rootProject.name = 'spring-functions-catalog'

Expand Down

0 comments on commit b47b93e

Please sign in to comment.