Any one understanding why this is occuring and give instructions that actually work to either deal with or silence it please ?
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::load has been called by net.rubygrapefruit.platform.internal.NativeLibraryLoader in an unnamed module (file:/root/.gradle/wrapper/dists/gradle-8.14.1-bin/baw1sv0jfoi8rxs14qo3h49cs/gradle-8.14.1/lib/native-platform-0.22-milestone-28.jar)
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled
You need to update your Gradle wrapper jar by running the wrapper task.
The one you are using currently is from Gradle 8.13 and is not compatible to be executed with Java 24 without that warning.