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

Add support for .jar plugins #422

Closed
wants to merge 1 commit into from

Commits on Jul 27, 2020

  1. Add support for .jar plugins

    Motivation:
    Proto only supports plugins as single file executables, and
    protobuf-gradle-plugin follows the same pattern. This makes it difficult
    to use a plugin that relies on a runtime (e.g. jvm).
    
    Modifications:
    - If the plugin is a jar file, create a trampoline script as the protoc
    executable which executes the jar file
    
    Result:
    Fixes google#168
    Scottmitch committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    6a12262 View commit details
    Browse the repository at this point in the history