LWJGL / lwjgl3

LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan, bgfx), audio (OpenAL, Opus), parallel computing (OpenCL, CUDA) and XR (OpenVR, LibOVR, OpenXR) applications.
https://www.lwjgl.org
BSD 3-Clause "New" or "Revised" License
4.67k stars 628 forks source link

Upgrade Gradle 6.6 -> 7.6 #844

Closed tonihele closed 1 year ago

tonihele commented 1 year ago

Upgrades the Gradle wrapper to 7.6. Also added the version to the build file wrapper task. At least the build LOCAL works. Doesn't produce any warnings either.

Spasi commented 1 year ago

Thanks @tonihele!

I updated Gradle to 8.0.2 (released yesterday). Also removed the version from the build file, I prefer to pass it explicitly via the cli (e.g. gradle wrapper --gradle-version 8.0.2 --distribution-type bin).