Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "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
- [INFO] Scanning for projects...
- [WARNING]
- [WARNING] Some problems were encountered while building the effective model for lol.irazz:Flux:jar:1.0-SNAPSHOT
- [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
- [WARNING]
- [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
- [WARNING]
- [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
- [WARNING]
- [INFO]
- [INFO] ---------------------------< lol.irazz:Flux >---------------------------
- [INFO] Building Flux 1.0-SNAPSHOT
- [INFO] from pom.xml
- [INFO] --------------------------------[ jar ]---------------------------------
- [INFO]
- [INFO] --- resources:3.3.1:resources (default-resources) @ Flux ---
- [INFO] Copying 3 resources from src\main\resources to target\classes
- [INFO]
- [INFO] --- compiler:3.8.1:compile (default-compile) @ Flux ---
- [INFO] Nothing to compile - all classes are up to date
- [INFO]
- [INFO] --- resources:3.3.1:testResources (default-testResources) @ Flux ---
- [INFO] skip non existing resourceDirectory C:\Users\razva\OneDrive\Desktop\Flux\src\test\resources
- [INFO]
- [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ Flux ---
- [INFO] No sources to compile
- [INFO]
- [INFO] --- surefire:3.1.2:test (default-test) @ Flux ---
- [INFO] No tests to run.
- [INFO]
- [INFO] --- jar:3.3.0:jar (default-jar) @ Flux ---
- [INFO]
- [INFO] --- shade:3.2.4:shade (default) @ Flux ---
- [INFO] Including dev.dejvokep:boosted-yaml:jar:1.3.2 in the shaded jar.
- [INFO] Including com.github.alexdev03:drink:jar:master-4a6b0ab84d-1 in the shaded jar.
- [INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar.
- [INFO] Including net.kyori:adventure-api:jar:4.16.0 in the shaded jar.
- [INFO] Including net.kyori:adventure-key:jar:4.16.0 in the shaded jar.
- [INFO] Including net.kyori:examination-api:jar:1.3.0 in the shaded jar.
- [INFO] Including net.kyori:examination-string:jar:1.3.0 in the shaded jar.
- [INFO] Including org.jetbrains:annotations:jar:24.1.0 in the shaded jar.
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 2.327 s
- [INFO] Finished at: 2024-03-19T23:17:09+02:00
- [INFO] ------------------------------------------------------------------------
- [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]
- [ERROR]
- [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
- [ERROR] Re-run Maven using the -X switch to enable full debug logging.
- [ERROR]
- [ERROR] For more information about the errors and possible solutions, please read the following articles:
- [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
- Process finished with exit code 1
Add Comment
Please, Sign In to add comment