sbt-protobuf 0.2.2
javaSource in protobufConfigis now automatically added tomanagedSourceDirectories in Compile(fixes #6)
sbt-protobuf is a plugin for sbt >= 0.10.1 that transforms *.proto files into gazillion-loc java files.
implicit.ly |
Scala software, hot off the presses |
javaSource in protobufConfig is now automatically added to managedSourceDirectories in Compile (fixes #6)
sbt-protobuf is a plugin for sbt >= 0.10.1 that transforms *.proto files into gazillion-loc java files.
javaSource in protobufConfig is now automatically added to managedSources in Compile
protoc setting key. (Charles Reiss)
sbt-protobuf is a plugin for sbt-0.10.x that transforms *.proto files into gazillion-loc java files.
Externally visible changes:
protoSource in favor of the built-in key sourceDirectory.
includePaths is now a TaskKey.
Internal changes:
sourceDirectory.
sbt-protobuf is a plugin for sbt-0.10.x that transforms *.proto files into gazillion-loc java files.
javaSource in protobufConfig)
com.google.protobuf.protobuf-java in the specified version will be added to the libraryDependencies automatically. All other dependencies must be declared manually in favor of a clearer build definition with less magic (sbt alone has enough of that).
sbt-protobuf is a plugin for sbt-0.10.x that transforms *.proto files into gazillion-loc java files.
We publish software in Scala.