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 6e52c7b commit 61f14d5Copy full SHA for 61f14d5
scripts/_GrailsWar.groovy
@@ -401,7 +401,6 @@ target(warPlugins:"Includes the plugins in the WAR") {
401
exclude(name:"grails-app/**/*.groovy")
402
}
403
def pluginResources = new File("$resourcesDirPath/plugins/${info.name}-${info.version}")
404
- println "COPYING RESOURCES FOR PATH ${pluginResources.absolutePath}: ${pluginResources.exists()}?"
405
if(pluginResources.exists()) {
406
fileset(dir:pluginResources) {
407
include(name:"grails-app/**")
0 commit comments