Hello
Saw that this problem with the manifest was already fixed in this latest version, but when I try
java -jar liquibase-4.9.1.jar
no main manifest attribute, in liquibase-4.9.1.jar
Tried with java-11-openjdk.x86_64 and java-1.8.0-openjdk.x86_64
Am I missing something?
Hi there, @JorgeRibeiro and welcome to the Liquibase Community!
As @NathanVoxland said in GitHub issue #2612 , this is by design. Learn more here:
opened 01:33PM - 08 Mar 22 UTC
closed 08:11PM - 08 Mar 22 UTC
<!--- This environment context section helps us quickly review your PR.
… Please take a minute to fill-out this information. -->
## Environment
**Liquibase Version**: 4.8.0
**Liquibase Integration & Version**: <Pick one: CLI, maven, gradle, spring boot, servlet, etc.>
**Liquibase Extension(s) & Version**:
**Database Vendor & Version**:
**Operating System Type & Version**:
## Description
We have updated our liquibase versino from 4.5.0 to 4.8.0. Since the update we can not use the liquibase jar on the commandline anymore. We get the following error 'no main manigest attribute'.
## Steps To Reproduce
Run liqibase jar form command line
## Actual Behavior
Error 'no main manigest attribute'.
## Expected/Desired Behavior
Run the jar
## Screenshots (if appropriate)
If applicable, add screenshots to help explain your problem.
## Additional Context
Add any other context about the problem here.