atasc commented on issue #15156: URL: https://github.com/apache/grails-core/issues/15156#issuecomment-3427056329
Same issue here. To fix it, you need to comment out the Grails web plugin ``` //apply plugin: "org.apache.grails.gradle.grails-web" apply plugin: "org.apache.grails.gradle.grails-gsp" apply plugin: "org.apache.grails.gradle.grails-plugin" apply plugin: "cloud.wondrify.asset-pipeline" ``` -- 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]
