-
-
Notifications
You must be signed in to change notification settings - Fork 824
Open
Labels
Description
> Task :test
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::objectFieldOffset has been called by net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$CreationAction (file:/C:/Users/nagkumar/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy/1.17.6/8c70cbc6950b2ae5291a98d5003e06406d633803/byte-buddy-1.17.6.jar)
WARNING: Please consider reporting this to the maintainers of class net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$CreationAction
WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
This is the error when using jdk 24, works fine with jdk 17..
using these versions..
implementation("net.bytebuddy:byte-buddy:1.17.6")
implementation("net.bytebuddy:byte-buddy-agent:1.17.6")