-
Notifications
You must be signed in to change notification settings - Fork 37
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
Could not find FFI Provider #39
Comments
I am having the exact same Issue here :( |
I tried everything on this earth trying to get Gradle to compile SASS. Nothing works. So until further notice, I have skipped the thought of it. I'll go with vanilla CSS until someone somewhere know how to make Gradle compile SASS. |
Same here. Until this works out of the box I will use JAWR with a SassPreProcessor. |
seems to be this issue: Please use latest jruby-gradle v0.1.15 then it should be fixed. |
I solved it by a custom build from the 2.0.4 version together with jruby-gradle 0.1.15 and it works.
Please provide a new version with latest jruby-gradle. thanks you :) |
As a workaround of this error, i had in jruby-gradle-plugin with the last 0.1.x version in the classpath dependencies buildscript {
repositories {
jcenter()
maven { url "http://dl.bintray.com/robfletcher/gradle-plugins" }
}
dependencies {
classpath (
"com.github.robfletcher:compass-gradle-plugin:+",
"com.github.jruby-gradle:jruby-gradle-plugin:0.1.+"
)
}
} Works for me on java 8.60 |
Running any kind of task created by this plugin crash on my machine:
My machine is Windows 8.1, x64. My Gradle version: 2.3.6. The gradle-compass plugin version used: 2.0.5.
The text was updated successfully, but these errors were encountered: