Advertisement
kdaud

compile error

Jan 7th, 2020
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.76 KB | None | 0 0
  1. FAILURE: Build failed with an exception.
  2.  
  3. * What went wrong:
  4. java.lang.UnsupportedClassVersionError: org/javamodularity/moduleplugin/ModuleSystemPlugin has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
  5. > org/javamodularity/moduleplugin/ModuleSystemPlugin has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
  6.  
  7. * Try:
  8. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  9.  
  10. * Get more help at https://help.gradle.org
  11.  
  12. BUILD FAILED in 961ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement