Skip to content
Advertisement

Tag: gradle

Configuring Gradle project to depend on lwjgl

How do I configure build.gradle to depend on LWJGL? I’m new to Gradle, and how to configure library dependencies is clear as mud to me. It’s my understanding is that one can specify library dependencies for Gradle to download rather than checking them in to source control, but any sort of help with configuring things would be appreciated. (I don’t

Advertisement