Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Jit Pack classpath and publish on maven central #35

Closed
2 tasks done
brenoepics opened this issue Jan 13, 2024 · 2 comments
Closed
2 tasks done

Fix Jit Pack classpath and publish on maven central #35

brenoepics opened this issue Jan 13, 2024 · 2 comments
Labels
bug Something isn't working dependencies Pull requests that update a dependency file good first issue Good for newcomers help wanted Extra attention is needed invalid This doesn't seem right

Comments

@brenoepics
Copy link
Owner

brenoepics commented Jan 13, 2024

Error Log Reference
Seems to be related to an old Java Class Path which will not compile with most recent ones.

  • Fix JitPack build.
  • Add Maven Central.
@brenoepics brenoepics changed the title Fix Jitpack compatibility and publish on maven central too Fix Jit Pack classpath and publish on maven central Jan 13, 2024
@brenoepics brenoepics added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers invalid This doesn't seem right dependencies Pull requests that update a dependency file labels Jan 13, 2024
@brenoepics
Copy link
Owner Author

Error caused by:

[ERROR] Failed to execute goal com.spotify.fmt:fmt-maven-plugin:2.21.1:format (default) on project at4j: 
Execution default of goal com.spotify.fmt:fmt-maven-plugin:2.21.1:format failed: 
Unable to load the mojo 'format' in the plugin 'com.spotify.fmt:fmt-maven-plugin:2.21.1' due to an API incompatibility: 
org.codehaus.plexus.component.repository.exception.ComponentLookupException: com/spotify/fmt/FMT 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 54.0

@brenoepics
Copy link
Owner Author

Fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file good first issue Good for newcomers help wanted Extra attention is needed invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant