You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build doesn't work right after cloning using the provided gradle wrapper.
litiengine-gurk-nukem> .\gradlew assemble
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':distTar'.
> Could not resolve all task dependencies for configuration ':runtimeClasspath'.
> Could not resolve project :litiengine.
Required by:
project :
> Unable to find a matching configuration of project :litiengine:
- None of the consumable configurations have attributes.
The text was updated successfully, but these errors were encountered:
You get this issue because the litiengine dependency is compiled from source. To fix this issue you need to either have the litiengine project in your workspace or just get its dependency the normal way using
The build doesn't work right after cloning using the provided gradle wrapper.
The text was updated successfully, but these errors were encountered: