Skip to content

Commit

Permalink
Change dependency to classpath dependency.
Browse files Browse the repository at this point in the history
Build script dependencies can't be compile dependencies.

Signed-off-by: Shevek <shevek@anarres.org>
  • Loading branch information
estan authored and shevek committed Sep 11, 2014
1 parent 71cf451 commit 57f0d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ into build/generated-sources/sablecc:

buildscript {
dependencies {
compile 'org.anarres.gradle:gradle-sablecc-plugin:[1.0.0,)'
classpath 'org.anarres.gradle:gradle-sablecc-plugin:[1.0.0,)'
}
}

Expand Down

0 comments on commit 57f0d77

Please sign in to comment.