Skip to content

Commit d0a9d22

Browse files
committed
Gradle - disable exploded mode by default for 3.0.x
1 parent 17bedc3 commit d0a9d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-gradle-plugin/src/main/groovy/org/grails/gradle/plugin/core/GrailsExtension.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class GrailsExtension {
3434
/**
3535
* Whether to include subproject dependencies as directories directly on the classpath, instead of as JAR files
3636
*/
37-
boolean exploded = true
37+
boolean exploded = false
3838

3939
/**
4040
* Configure the reloading agent

0 commit comments

Comments
 (0)