Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error initializing classpath #140

Open
cihanzengin opened this issue Jan 15, 2017 · 1 comment
Open

Error initializing classpath #140

cihanzengin opened this issue Jan 15, 2017 · 1 comment

Comments

@cihanzengin
Copy link

Hello, i try to install your plugin but when i wanna run my app i get this error;

here is my build.gradle file

dependencies {
    compile "org.springframework.boot:spring-boot-starter-logging"
    compile "org.springframework.boot:spring-boot-autoconfigure"
    compile "org.grails:grails-core"
    compile "org.springframework.boot:spring-boot-starter-actuator"
    compile "org.springframework.boot:spring-boot-starter-tomcat"
    compile "org.grails:grails-dependencies"
    compile "org.grails:grails-web-boot"
    compile "org.grails.plugins:cache"
    compile "org.grails.plugins:scaffolding"
    compile "org.grails.plugins:hibernate5"
    compile "org.hibernate:hibernate-core:5.1.2.Final"
    compile "org.hibernate:hibernate-ehcache:5.1.2.Final"
    compile "org.grails.plugins:twitter-bootstrap:3.3.4"
    console "org.grails:grails-console"
    profile "org.grails.profiles:web"
    runtime "com.bertramlabs.plugins:asset-pipeline-grails:2.11.6"
    runtime "com.h2database:h2"
    runtime ':twitter-bootstrap:3.3.5'
    testCompile "org.grails:grails-plugin-testing"
    testCompile "org.grails.plugins:geb"
    testRuntime "org.seleniumhq.selenium:selenium-htmlunit-driver:2.47.1"
    testRuntime "net.sourceforge.htmlunit:htmlunit:2.18"
}

here is the error in terminal

CONFIGURE FAILED

Total time: 8.511 secs
| Error Error initializing classpath: Could not find org.grails.plugins:twitter-bootstrap:3.3.4.
Searched in the following locations:
    file:/Users/macintosh_laptop/.m2/repository/org/grails/plugins/twitter-bootstrap/3.3.4/twitter-bootstrap-3.3.4.pom
    file:/Users/macintosh_laptop/.m2/repository/org/grails/plugins/twitter-bootstrap/3.3.4/twitter-bootstrap-3.3.4.jar
    https://repo.grails.org/grails/core/org/grails/plugins/twitter-bootstrap/3.3.4/twitter-bootstrap-3.3.4.pom
    https://repo.grails.org/grails/core/org/grails/plugins/twitter-bootstrap/3.3.4/twitter-bootstrap-3.3.4.jar
Required by:
    car.rental:car-rental:0.1 (Use --stacktrace to see the full trace)
@bdbogjoe
Copy link

This plugin is not compatible with grails 3, I'm using another one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants