-
Notifications
You must be signed in to change notification settings - Fork 35
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
Build failure with Gradle 2.13 #304
Comments
I am getting the same issue with Gradle version 2.14 |
It looks like the eriwen/gradle-js-plugin version used in the core/build.gradle was incompatible with gradle versions 2.1 and above. by updating the version, the build and run tasks pass with no exception. I will make a relevant pull request updating the build file. |
I'll let y'all figure this out on your own, but I thought I'd chime in. Basically, you shouldn't use your local Gradle install to build Topsoil, you should use the wrapper instead (via That's not to say that the build script failing with the latest Gradle isn't technical debt—it is. But you should think of this as less of a "bug" and more of an "enhancement" to tackle when you have the time to get the build script working with a newer version of Gradle and update the wrapper with |
Java Version: 1.8.0_73
Gradle Version: 2.13
OS: OS X 10.11.5 (El Capitan)
Topsoil Version: v1.0.0-alpha.10-2-g2c343e6
The build recently started failing with Gradle 2.13 caused by an exception with a Javascript library defined in the core/build.gradle as
com.eriwen.gradle.js
.The gradle build failure report is as follows:
I will be monitoring this problem further and looking for a fix or work-around.
The text was updated successfully, but these errors were encountered: