legacy-lwjgl3 icon indicating copy to clipboard operation
legacy-lwjgl3 copied to clipboard

Won't build: Could not get unknown property 'lwjglNatives' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler

Open lunaynx opened this issue 1 year ago • 0 comments

alexia@alexias-MacBook-Air legacy-lwjgl3 % ./gradlew remapShadowJar
Starting a Gradle Daemon (subsequent builds will be faster)

> Configure project :
Fabric Loom: 1.0.18

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/alexia/src/legacy-lwjgl3/build.gradle' line: 66

* What went wrong:
A problem occurred evaluating root project 'legacy-lwjgl3'.
> Could not get unknown property 'lwjglNatives' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.4/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD FAILED in 19s

lunaynx avatar Nov 16 '23 20:11 lunaynx