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 5799c27 commit cfbf0dfCopy full SHA for cfbf0df
scripts/Init.groovy
@@ -440,6 +440,8 @@ void setClasspath() {
440
populateRootLoader(rootLoader, jarFiles)
441
442
rootLoader?.addURL(new File("${basedir}/grails-app/conf/hibernate").toURL())
443
+ rootLoader?.addURL(new File("${basedir}/src/java").toURL())
444
+
445
parentLoader = getClass().getClassLoader()
446
classpathSet = true
447
0 commit comments