JWildfire
JWildfire copied to clipboard
Gradle build fails
When build.gradle file executes below error occurs.
What could be the reason for this ?
It worked to some extent after changing the Gradle Version (from '2.4' to the latest)
Better if you can give a solution / suggestion for this.
@thargor6 Can you provide a suggestion ? Thank you.
the gradle-build is currently unsupported, we still are using the ant-build. to make it work with gradle would be nice, but currently has a low priority on my large TODO-list.
is that still the case?
yes, it is. Currently, only the users manual (which is new), is built using gradle. Gradle will be the build-tool which will be finally used (i. e. the decision against maven was already made)
yes, it is. Currently, only the users manual (which is new), is built using gradle. Gradle will be the build-tool which will be finally used (i. e. the decision against maven was already made)
That's all cool, is there a guide of how to build this the right way? because with gradle + intelij didn't work, now I'm trying in eclipse and looks a little better. I will try to build it with Ant as mentioned up there.
There is nothing else yet, but the ant-build should work also in IntelliJ, I'm running it this way both on Windows and Mac