I tried using Java 24 and got the following error:...
# community-support
e
I tried using Java 24 and got the following error:
Copy code
> Could not create task of type 'Test'.
   > Could not create an instance of type org.gradle.api.internal.tasks.testing.DefaultTestTaskReports.
      > Could not create an instance of type org.gradle.api.reporting.internal.DefaultReportContainer.
         > Type T not present
Is this something fixed by Gradle 8.14 or should I file a new issue?
1
p
You can already try 8.14, either use snapshot version or 8.14-milestone-5. And I also get the same error with milestone 5, when I run Gradle with 24.
But you can already use JVM 24 with the toolchain to compile your code.