Geert Vermeiren
05/13/2025, 12:53 PM$ ./gradlew clean
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:/Users/gvermeiren/.gradle/wrapper/dists/gradle-8.14-bin/38aieal9i53h9rfe7vjup95b9/gradle-8.14/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
I've looked in the github issues, but all related issues look closed/solved. An yet ⬆️
Any ideas on what is going on?Vampire
05/13/2025, 1:01 PMGeert Vermeiren
05/13/2025, 1:13 PMdistributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
is there a more recent version?Geert Vermeiren
05/13/2025, 1:15 PMVampire
05/13/2025, 1:20 PMVampire
05/13/2025, 1:20 PMgradle-wrapper.jar
fileVampire
05/13/2025, 1:21 PMwrapper
task updates the 4 files from the currently used version, specifying a --gradle-version
just controls which version is written to the properties file for the Gradle distribution used starting with the next run.Vampire
05/13/2025, 1:21 PMwrapper
task again updates the 4 files then from the new version, updating the actual wrapper.Geert Vermeiren
05/13/2025, 1:22 PM