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 49491e9 commit 947c34fCopy full SHA for 947c34f
scripts/_GrailsClean.groovy
@@ -42,7 +42,6 @@ target ( cleanCompiledSources: "Cleans compiled Java and Groovy sources" ) {
42
ant.delete(dir:"${webInf}/classes")
43
ant.delete(file:webXmlFile.absolutePath, failonerror:false)
44
ant.delete(dir:"${projectWorkDir}/gspcompile", failonerror:false)
45
- ant.delete(dir:"${projectWorkDir}/scriptCache", failonerror:false)
46
ant.delete(dir:"${webInf}/lib")
47
ant.delete(dir:"${basedir}/web-app/plugins")
48
ant.delete(dir:classesDirPath)
0 commit comments