I'm struggling to add a dependency to my build.gradle
This is the standalone dependency for grails, you can find it here
So I added the line compile "org.grails.plugins:standalone:9.0.0.M4"
in the dependencies
of the build.gradle
's file.
When the project is trying to resolve all the dependencies, I get this error :
Could not find org.grails.plugins:standalone:9.0.0.M4.
Searched in the following locations:
- file:/C:/Users/ledev/.m2/repository/org/grails/plugins/standalone/9.0.0.M4/standalone-9.0.0.M4.pom
- file:/C:/Users/ledev/.m2/repository/org/grails/plugins/standalone/9.0.0.M4/standalone-9.0.0.M4.jar
- https://repo.grails.org/grails/core/org/grails/plugins/standalone/9.0.0.M4/standalone-9.0.0.M4.pom
- https://repo.grails.org/grails/core/org/grails/plugins/standalone/9.0.0.M4/standalone-9.0.0.M4.jar
- https://build.shibboleth.net/nexus/content/repositories/releases/org/grails/plugins/standalone/9.0.0.M4/standalone-9.0.0.M4.pom
- https://build.shibboleth.net/nexus/content/repositories/releases/org/grails/plugins/standalone/9.0.0.M4/standalone-9.0.0.M4.jar
I tried those topics but nothing was successful :
Grails Standalone Plugin Not Found
Create standalone application with grails
Thanks