i am trying to upgrade my application from grails 2.1.1 to grails 3.0.5
i get a problem to install searchable plugin...
i see this page.. it says "Grails version: 2.0 > *".. then it must be support for grails 3.0.5
i put mavenRepo "http://repo.grails.org/grails/core"
in repositories like this..
repositories {
mavenLocal()
maven { url "https://repo.grails.org/grails/core" }
mavenRepo "http://repo.grails.org/grails/core"
}
and
compile ":searchable:0.6.9" in dependencies
but i get this error
C:\Users\User\Documents\ChatV3>grails run-app
Configuring > 0/1 projects > root project > Resolving dependencies ':classpath 1/1 projects > Resolving dependencies ':agent' > Resolving dependencies ':agentC opy' > Resolving dependencies ':versionManagement' > Resolving dependencies ':ve
FAILURE: Build failed with an exception.
Where: Build file 'C:\Users\User\Documents\ChatV3\build.gradle' line: 44
What went wrong: A problem occurred evaluating root project 'ChatV3'.
Could not find method mavenRepo() for arguments [http://repo.grails.org/grails /core] on root project 'ChatV3'.
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 6.642 secs | Error Error initializing classpath: Could not find method mavenRepo() for argu ments [http://repo.grails.org/grails/core] on root project 'ChatV3'. (Use --stac ktrace to see the full trace)