Skip to content

Commit 947c34f

Browse files
don't delete scriptCache on a clean
1 parent 49491e9 commit 947c34f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/_GrailsClean.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ target ( cleanCompiledSources: "Cleans compiled Java and Groovy sources" ) {
4242
ant.delete(dir:"${webInf}/classes")
4343
ant.delete(file:webXmlFile.absolutePath, failonerror:false)
4444
ant.delete(dir:"${projectWorkDir}/gspcompile", failonerror:false)
45-
ant.delete(dir:"${projectWorkDir}/scriptCache", failonerror:false)
4645
ant.delete(dir:"${webInf}/lib")
4746
ant.delete(dir:"${basedir}/web-app/plugins")
4847
ant.delete(dir:classesDirPath)

0 commit comments

Comments
 (0)