We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01965d0 commit f7601d2Copy full SHA for f7601d2
plugin/build.gradle
@@ -15,9 +15,8 @@ apply plugin: 'org.apache.grails.gradle.grails-gsp'
15
compileJava.options.release = 17
16
17
dependencies {
18
- implementation platform("org.apache.grails:grails-bom:$grailsVersion")
+ compileOnly platform("org.apache.grails:grails-bom:$grailsVersion")
19
20
- profile "org.apache.grails.profiles:web-plugin"
21
compileOnly 'org.springframework.boot:spring-boot-starter-logging'
22
compileOnly "org.springframework.boot:spring-boot-starter-actuator"
23
compileOnly "org.springframework.boot:spring-boot-autoconfigure"
0 commit comments