Skip to content

Commit

Permalink
Merge 79062b1 into 35a513b
Browse files Browse the repository at this point in the history
  • Loading branch information
benjyw committed Apr 29, 2015
2 parents 35a513b + 79062b1 commit ac16fe9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python/pants/backend/codegen/tasks/wire_gen.py
Expand Up @@ -39,7 +39,6 @@ def register_options(cls, register):
def __init__(self, *args, **kwargs):
"""Generates Java files from .proto files using the Wire protobuf compiler."""
super(WireGen, self).__init__(*args, **kwargs)
self.wire_version = self.context.config.get('wire-gen', 'version', default='1.6.0')
self.java_out = os.path.join(self.workdir, 'gen-java')

def resolve_deps(self, key, default=None):
Expand Down

0 comments on commit ac16fe9

Please sign in to comment.