Skip to content

Commit f7601d2

Browse files
committed
Adjust plugin dependencies following best practices
1 parent 01965d0 commit f7601d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugin/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ apply plugin: 'org.apache.grails.gradle.grails-gsp'
1515
compileJava.options.release = 17
1616

1717
dependencies {
18-
implementation platform("org.apache.grails:grails-bom:$grailsVersion")
18+
compileOnly platform("org.apache.grails:grails-bom:$grailsVersion")
1919

20-
profile "org.apache.grails.profiles:web-plugin"
2120
compileOnly 'org.springframework.boot:spring-boot-starter-logging'
2221
compileOnly "org.springframework.boot:spring-boot-starter-actuator"
2322
compileOnly "org.springframework.boot:spring-boot-autoconfigure"

0 commit comments

Comments
 (0)