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 e379cc0 commit fc7a108Copy full SHA for fc7a108
scripts/_GrailsClasspath.groovy
@@ -212,7 +212,7 @@ void setClasspath() {
212
//rootLoader?.addURL(dir.URL)
213
}
214
cpath << classesDirPath << File.pathSeparator
215
- cpath << "${basedir}/web-app/WEB-INF"
+ cpath << "${basedir}/web-app/WEB-INF" << File.pathSeparator
216
for (jar in jarFiles) {
217
cpath << jar.file.absolutePath << File.pathSeparator
218
0 commit comments