Guest User

Untitled

a guest
Mar 19th, 2024
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1.  
  2. "C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot\bin\java.exe" -Dmaven.multiModuleProjectDirectory=C:\Users\razva\OneDrive\Desktop\Flux -Djansi.passthrough=true "-Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2023.3.3\plugins\maven\lib\maven3" "-Dclassworlds.conf=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2023.3.3\plugins\maven\lib\maven3\bin\m2.conf" "-Dmaven.ext.class.path=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2023.3.3\plugins\maven\lib\maven-event-listener.jar" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2023.3.3\lib\idea_rt.jar=62576:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2023.3.3\bin" -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 -classpath "C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2023.3.3\plugins\maven\lib\maven3\boot\plexus-classworlds-2.7.0.jar;C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2023.3.3\plugins\maven\lib\maven3\boot\plexus-classworlds.license" org.codehaus.classworlds.Launcher -Didea.version=2023.3.3 package
  3. [INFO] Scanning for projects...
  4. [WARNING]
  5. [WARNING] Some problems were encountered while building the effective model for lol.irazz:Flux:jar:1.0-SNAPSHOT
  6. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-shade-plugin @ line 51, column 15
  7. [WARNING]
  8. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  9. [WARNING]
  10. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  11. [WARNING]
  12. [INFO]
  13. [INFO] ---------------------------< lol.irazz:Flux >---------------------------
  14. [INFO] Building Flux 1.0-SNAPSHOT
  15. [INFO] from pom.xml
  16. [INFO] --------------------------------[ jar ]---------------------------------
  17. [INFO]
  18. [INFO] --- resources:3.3.1:resources (default-resources) @ Flux ---
  19. [INFO] Copying 3 resources from src\main\resources to target\classes
  20. [INFO]
  21. [INFO] --- compiler:3.8.1:compile (default-compile) @ Flux ---
  22. [INFO] Nothing to compile - all classes are up to date
  23. [INFO]
  24. [INFO] --- resources:3.3.1:testResources (default-testResources) @ Flux ---
  25. [INFO] skip non existing resourceDirectory C:\Users\razva\OneDrive\Desktop\Flux\src\test\resources
  26. [INFO]
  27. [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ Flux ---
  28. [INFO] No sources to compile
  29. [INFO]
  30. [INFO] --- surefire:3.1.2:test (default-test) @ Flux ---
  31. [INFO] No tests to run.
  32. [INFO]
  33. [INFO] --- jar:3.3.0:jar (default-jar) @ Flux ---
  34. [INFO]
  35. [INFO] --- shade:3.2.4:shade (default) @ Flux ---
  36. [INFO] Including dev.dejvokep:boosted-yaml:jar:1.3.2 in the shaded jar.
  37. [INFO] Including com.github.alexdev03:drink:jar:master-4a6b0ab84d-1 in the shaded jar.
  38. [INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar.
  39. [INFO] Including net.kyori:adventure-api:jar:4.16.0 in the shaded jar.
  40. [INFO] Including net.kyori:adventure-key:jar:4.16.0 in the shaded jar.
  41. [INFO] Including net.kyori:examination-api:jar:1.3.0 in the shaded jar.
  42. [INFO] Including net.kyori:examination-string:jar:1.3.0 in the shaded jar.
  43. [INFO] Including org.jetbrains:annotations:jar:24.1.0 in the shaded jar.
  44. [INFO] ------------------------------------------------------------------------
  45. [INFO] BUILD FAILURE
  46. [INFO] ------------------------------------------------------------------------
  47. [INFO] Total time: 2.327 s
  48. [INFO] Finished at: 2024-03-19T23:17:09+02:00
  49. [INFO] ------------------------------------------------------------------------
  50. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:3.2.4:shade (default) on project Flux: Error creating shaded jar: Problem shading JAR C:\Users\razva\.m2\repository\com\github\alexdev03\drink\master-4a6b0ab84d-1\drink-master-4a6b0ab84d-1.jar entry com/jonahseguin/drink/modifier/ModifierService.class: java.lang.IllegalArgumentException: Unsupported class file major version 61 -> [Help 1]
  51. [ERROR]
  52. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  53. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  54. [ERROR]
  55. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  56. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  57.  
  58. Process finished with exit code 1
Add Comment
Please, Sign In to add comment