jamesfredley commented on code in PR #14671:
URL: https://github.com/apache/grails-core/pull/14671#discussion_r2060410418
##########
grails-data-neo4j/examples/grails3-neo4j-hibernate/build.gradle:
##########
@@ -80,3 +84,7 @@ webdriverBinaries {
geckodriver "$geckodriverVersion"
}
}
+
+apply {
+ from
rootProject.layout.projectDirectory.file('gradle/webjar-asset-pipeline-config.gradle')
Review Comment:
We need to remove the jquery and bootstrap files, so I did the minimal
amount of surgery for that purpose. The projects will not work of course,
since it has not been updated, but this small part will be there when someone
has time to work on updating it for Grails 7.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]