Skip to content

Commit

Permalink
build - add io.spring.dependency-management plugin to match other pro…
Browse files Browse the repository at this point in the history
…file projects
  • Loading branch information
jdaugherty committed Nov 4, 2024
1 parent 2770520 commit 0047960
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ buildscript {
dependencies {
classpath "org.grails:grails-gradle-plugin:$grailsGradlePluginVersion"
classpath 'com.adarshr:gradle-test-logger-plugin:4.0.0'
classpath 'io.spring.gradle:dependency-management-plugin'
}
}

Expand Down Expand Up @@ -88,6 +89,7 @@ subprojects { Project project ->

if (project.name in profileProjects) {
apply plugin: "org.grails.grails-profile"
apply plugin: "io.spring.dependency-management"
}

if (project.name in publishedProjects) {
Expand Down

0 comments on commit 0047960

Please sign in to comment.