-
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
can't apply plugin using Gradle 4.8, 4.9 (or 4.10) #77
Comments
Seems like this is due to an internal API usage of Is there any possibility to release a new |
fork compass-gradle-plugin to publish version which supports Gradle 4.10 (see robfletcher/gradle-compass#77)
One way to force usage of
(be aware the maven coordinates changed) |
Gradle 4.7 works, starting with 4.8, 4.9 and 4.10:
here is what I see, I am using 2.0.6 of the plugin:
$ ./gradlew clean
Download https://jcenter.bintray.com/com/github/robfletcher/compass-gradle-plugin/2.0.6/compass-gradle-plugin-2.0.6.pom
Download https://jcenter.bintray.com/com/github/robfletcher/compass-gradle-plugin/2.0.6/compass-gradle-plugin-2.0.6.jar
FAILURE: Build failed with an exception.
Where:
Build file '...repos/ratpack/ratpack-manual/ratpack-manual.gradle' line: 41
What went wrong:
A problem occurred evaluating project ':ratpack-manual'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 3s
The text was updated successfully, but these errors were encountered: