Hello everyone, does Grails 6.0.0 work with Jetty?...
# questions
r
Hello everyone, does Grails 6.0.0 work with Jetty? I just tried out the new Grails Forge and got an error when I tried to build the demo app - I don't know where the
jetty-bom-10.0
dependency is coming from, but I suspect it should be `jetty=bom-10.0.0`:
Copy code
% grails create-webapp --servlet=jetty --jdk=11 --gorm=hibernate --test=spock com.example.demo
| Application created at /Users/rjs/Documents/Jobs/grails-6.0.0/demo
% cd demo
 % ./gradlew bootRun                                                                           

> Configure project :
Cannot resolve reloading agent JAR: Failed to resolve imported Maven boms: Could not find org.eclipse.jetty:jetty-bom:10.0.
Searched in the following locations:
  - <https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-bom/10.0/jetty-bom-10.0.pom>
  - <https://repo.grails.org/grails/core/org/eclipse/jetty/jetty-bom/10.0/jetty-bom-10.0.pom>
Required by:
    project :

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'demo'.
> Could not resolve all files for configuration ':runtimeClasspath'.
   > Could not find org.grails:grails-core:.
     Required by:
         project :
   > Could not find org.grails:grails-logging:.
     Required by:
         project :
   > Could not find org.grails:grails-plugin-databinding:.
     Required by:
         project :
[...]
   > Could not find org.apache.tomcat:tomcat-jdbc:.
     Required by:
         project :