Advertisement
Guest User

Untitled

a guest
Jan 11th, 2018
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project sync2-api: Fatal error compiling: invalid target release: 1.8 -> [Help 1]
  2. org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project sync2-api: Fatal error compiling
  3. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
  4. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  5. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  6. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
  7. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
  8. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
  9. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
  10. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
  11. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
  12. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
  13. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
  14. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
  15. at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19. at java.lang.reflect.Method.invoke(Method.java:606)
  20. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  21. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  22. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  23. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  24. Caused by: org.apache.maven.plugin.MojoExecutionException: Fatal error compiling
  25. at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1086)
  26. at org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:168)
  27. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  28. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
  29. ... 20 more
  30. Caused by: org.codehaus.plexus.compiler.CompilerException: invalid target release: 1.8
  31. at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:173)
  32. at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:174)
  33. at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1075)
  34. ... 23 more
  35. Caused by: java.lang.IllegalArgumentException: invalid target release: 1.8
  36. at com.sun.tools.javac.main.RecognizedOptions$GrumpyHelper.error(RecognizedOptions.java:88)
  37. at com.sun.tools.javac.main.RecognizedOptions$10.process(RecognizedOptions.java:359)
  38. at com.sun.tools.javac.api.JavacTool.processOptions(JavacTool.java:242)
  39. at com.sun.tools.javac.api.JavacTool.getTask(JavacTool.java:199)
  40. at com.sun.tools.javac.api.JavacTool.getTask(JavacTool.java:68)
  41. at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:125)
  42. ... 25 more
  43. [ERROR]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement