I am a beginner in forge modding, and I decided I wanted to create my first mod. I was following a youtube tutorial, but I got this error when trying to run runClient.launch:
Error occurred during initialization of boot layer
java.lang.module.FindException: Error reading module: C:\Users\User\.gradle\caches\modules-2\files-2.1\cpw.mods\bootstraplauncher\1.1.2\c546e00443d8432cda6baa1c860346980742628\bootstraplauncher-1.1.2.jar
Caused by: java.lang.module.InvalidModuleDescriptorException: Unsupported major.minor version 60.0
This is the tutorial I was using. Any help would be greatly appreciated!