kotlin-graphics / assimp

JVM Open Asset Import Library (Assimp)
Other
95 stars 28 forks source link

Could not find org.lwjgl:lwjgl:3.1.7-SNAPSHOT #11

Closed Wasabi375 closed 6 years ago

Wasabi375 commented 6 years ago

I'm trying to use this library, but gradle fails with an error that it can't find lwjgl:3.1.7-SNAPSHOT. I import it using gradle and jitpack. I tried version "4.0", "4.0-beta.11", "4.0-beta.10" and "4.0-beta.09".

I've created a test project to reproduce the error: https://github.com/Wasabi375/assimpTest

I think the easiest way to fix this is to change the lwjgl version from snapshot to one of the stable releases.