dave08
06/15/2023, 3:49 PMWARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by io.kotest.extensions.system.SystemEnvironmentExtensionsKt (file:/home/david/.gradle/caches/modules-2/files-2.1/io.kotest/kotest-extensions-jvm/5.6.1/6b922bb3dde5b9addb13205c1222e0b2a3114bb0/kotest-extensions-jvm-5.6.1.jar) to field java.util.Collections$UnmodifiableMap.m
WARNING: Please consider reporting this to the maintainers of io.kotest.extensions.system.SystemEnvironmentExtensionsKt
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Chris Lee
06/15/2023, 3:50 PMdave08
06/15/2023, 3:52 PMChris Lee
06/15/2023, 3:53 PMdave08
06/15/2023, 3:55 PMdave08
06/15/2023, 3:56 PMwasyl
06/17/2023, 4:02 PM--add-opens=java.base/java.util=ALL-UNNAMED
to the test task java options. It's still something that should be fixed on Kotest side thoughwasyl
06/17/2023, 4:03 PM