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

Don't repackage jar for uber profile #696

Merged
merged 1 commit into from
Jan 31, 2022
Merged

Don't repackage jar for uber profile #696

merged 1 commit into from
Jan 31, 2022

Commits on Jan 24, 2022

  1. Don't repackage jar for uber profile

    Motivation:
    
    We shouldn't repackage the native libs for the uber profile but better depend on the artifacts and so let the build tool handle this.
    
    Modifications:
    
    Change uber and uber-snapshot profile to not repackage
    
    Result:
    
    Less likely to see conflicts due multiple versions of tcnative on the classpath
    normanmaurer committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    80dec1a View commit details
    Browse the repository at this point in the history