Skip to content
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 not working #4

Closed
tr7zw opened this issue Jan 13, 2020 · 1 comment
Closed

Build not working #4

tr7zw opened this issue Jan 13, 2020 · 1 comment
Labels
question Further information is requested

Comments

@tr7zw
Copy link

tr7zw commented Jan 13, 2020

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.
@AZ-0
Copy link

AZ-0 commented Jan 19, 2020

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

compile 'de.gurkenlabs:litiengine:0.4.18+'

instead of

compile project(':litiengine')

in build.gradle

@steffen-wilke steffen-wilke added the question Further information is requested label Jan 19, 2020
@AZ-0 AZ-0 mentioned this issue Apr 17, 2020
steffen-wilke added a commit that referenced this issue Nov 14, 2020
Instead of referencing the engine as a project directly, use the latest released library.

Issue #4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants