Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 0e5e8ee

Browse files
authored
Merge pull request #990 from grails/use-more-version-grails-bom
use spring-boot-gradle-plugin version from grails-bom
2 parents 32084a3 + d1b4b5b commit 0e5e8ee

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/spring-boot-hibernate/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
buildscript {
22
repositories {
33
mavenCentral()
4+
maven { url "https://repo.grails.org/grails/core" }
45
}
56
dependencies {
6-
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootGradlePluginVersion"
7+
classpath platform("org.grails:grails-bom:$grailsVersion")
8+
classpath "org.springframework.boot:spring-boot-gradle-plugin"
79
}
810
}
911

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jbossTransactionApiVersion=2.0.0.Final
99
yakworksHibernateGroovyProxyVersion=1.1
1010
micronautPlatformVersion=4.6.3
1111
picocliVersion=4.7.6
12-
springBootGradlePluginVersion=3.4.2
1312

1413
org.gradle.caching=true
1514
org.gradle.parallel=false

0 commit comments

Comments
 (0)