Skip to content

Commit 0e1f7e4

Browse files
committed
change to autoconfigure to api
1 parent 9ba1ba1 commit 0e1f7e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grails-web-common/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ dependencies {
1010
compileOnly "jakarta.servlet:jakarta.servlet-api"
1111
testCompileOnly "org.springframework:spring-test"
1212

13-
compileOnly "org.springframework.boot:spring-boot-autoconfigure"
13+
// now used by plugins for autoconfiguration
14+
api "org.springframework.boot:spring-boot-autoconfigure"
1415
api "org.springframework:spring-webmvc"
1516
api "org.springframework:spring-context-support"
1617
implementation "com.github.ben-manes.caffeine:caffeine"

0 commit comments

Comments
 (0)