This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a commit to branch grails-geb
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/grails-geb by this push:
     new 872f540d47 fix - add missing asset pipeline apply
872f540d47 is described below

commit 872f540d47b6d1b167831739a589a13c0f2de50b
Author: James Daugherty <[email protected]>
AuthorDate: Tue Apr 22 10:16:33 2025 -0400

    fix - add missing asset pipeline apply
---
 grails-test-examples/mongodb/base/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/grails-test-examples/mongodb/base/build.gradle 
b/grails-test-examples/mongodb/base/build.gradle
index 54794e3785..91be174b84 100644
--- a/grails-test-examples/mongodb/base/build.gradle
+++ b/grails-test-examples/mongodb/base/build.gradle
@@ -3,6 +3,7 @@ group = 'examples'
 
 apply plugin: 'groovy'
 apply plugin: 'org.apache.grails.gradle.grails-web'
+apply plugin: 'com.bertramlabs.asset-pipeline'
 
 dependencies {
 

Reply via email to