sbglasius opened a new issue, #15207:
URL: https://github.com/apache/grails-core/issues/15207

   ### Expected Behavior
   
   That I can start a vanilla app with the `org.apache.grails:grails-micronaut` 
 plugin.
   It will run using
   ```
   ./gradlew bootRun
   ```
   
   
   ### Actual Behaviour
   
   When I create a vanilla Grails app in forge, and try to run it 
   
   
   ### Steps To Reproduce
   
   
   ```
   grails-forge-cli create-app --servlet=tomcat --jdk=17 --gorm=hibernate 
--test=spock --features=grails-micronaut com.example.app.grails-micronaut-app
   cd grails-micronaut-app
   ./gradlew assemble
   java -jar build/libs/grails-micronaut-app-0.1.war
   ```
   
   
   ### Environment Information
   
   - OS: Ubuntu 24.04
   - JDK 17.0.15-librca
   
   ### Example Application
   
   https://github.com/sbglasius/grails-micronaut-app
   
   ### Version
   
   7.0.1


-- 
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]

Reply via email to