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

Commit fccc691

Browse files
committed
replace bootRepackage with bootJar
1 parent f2c4273 commit fccc691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ bootRun {
5858
jvmArgs('-Dspring.output.ansi.enabled=always')
5959
}
6060
// enable if you wish to package this plugin as a standalone application
61-
bootRepackage.enabled = false
61+
bootJar.enabled = false
6262

6363
grailsPublish {
6464
userOrg = "grails"

0 commit comments

Comments
 (0)