Skip to content

Instantly share code, notes, and snippets.

@rhysyngsun
Created February 18, 2014 20:05
Show Gist options
  • Save rhysyngsun/9078877 to your computer and use it in GitHub Desktop.
Save rhysyngsun/9078877 to your computer and use it in GitHub Desktop.
Using a specific version of LessCSS with lesscss-resources
grails.project.dependency.resolution = {
dependencies {
runtime ('org.lesscss:lesscss:1.3.3')
}
plugins {
compile(":lesscss-resources:1.3.1") {
excludes "lesscss"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment