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

Build external Java libs into standalone native libs. #431

Merged
merged 1 commit into from
Aug 28, 2015

Commits on Aug 28, 2015

  1. Build external Java libs into standalone native libs.

    Rename the old `j2objcTranslation` to `j2objcTranslationClosure`
    
    Add a new dependency type `j2objcTranslation` that allows you to
    convert an entire source jar into a standalone library as a separate Gradle project.
    You then depend on that project instead of the external library when
    you want to use the functionality elsewhere.
    
    This causes the external library to be translated and compiled only once,
    and not partially and duplicatively as with --build-closure.
    
    Fixes j2objc-contrib#429; fixes j2objc-contrib#419
    
    TESTED=yes
    advayDev1 committed Aug 28, 2015
    Configuration menu
    Copy the full SHA
    308e826 View commit details
    Browse the repository at this point in the history