We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the AOT option, the build generates an empty JAR file. The JAR contains only the manifest, without any classes.
Error Message (from container logs): Could not find or load main class ...
Could not find or load main class ...
Steps to Reproduce:
I used the Polylith example project from this repository: clojure-polylith-realworld-example-app.
The only change made to jib.edn was setting: :aot true
jib.edn
:aot true
Versions Tested: v0.1.14 v0.1.15 Latest main commit
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using the AOT option, the build generates an empty JAR file. The JAR contains only the manifest, without any classes.
Error Message (from container logs):
Could not find or load main class ...
Steps to Reproduce:
I used the Polylith example project from this repository: clojure-polylith-realworld-example-app.
The only change made to
jib.edn
was setting::aot true
Versions Tested:
v0.1.14
v0.1.15
Latest main commit
The text was updated successfully, but these errors were encountered: