github google/protobuf-gradle-plugin v0.7.3
0.7.3 released

latest releases: v0.9.5, v0.9.4, v0.9.3...
9 years ago

Added a set a new options under descriptorSetOptions of the code generation task:

  // Allows to override the default for the descriptor set location
  task.descriptorSetOptions.path = 
    "${projectDir}/build/descriptors/{$task.sourceSet.name}.dsc"

  // If true, the descriptor set will contain line number information 
  // and comments. Default is false.
  task.descriptorSetOptions.includeSourceInfo = true

  // If true, the descriptor set will contain all transitive imports and 
  // is therefore self-contained. Default is false.
  task.descriptorSetOption.includeImports = true

Don't miss a new protobuf-gradle-plugin release

NewReleases is sending notifications on new releases.