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

support repeated native plugins with different options #220

Merged
merged 4 commits into from
Jan 31, 2021

Conversation

bjaglin
Copy link
Contributor

@bjaglin bjaglin commented Jan 28, 2021

No description provided.

build.sbt Outdated
@@ -15,7 +15,7 @@ scalaVersion := "2.12.13"
addSbtPlugin("org.portable-scala" % "sbt-platform-deps" % "1.0.0")

libraryDependencies ++= Seq(
"com.thesamet.scalapb" %% "protoc-bridge" % "0.9.1"
"com.thesamet.scalapb" %% "protoc-bridge" % "0.9.1+4-8a125376-SNAPSHOT"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pending release of scalapb/protoc-bridge#160

case Target(PluginGenerator(name, _, _), _, _) => s"protoc-gen-$name" == dep.name
case _ => false
}
if (targetCount == 1) Seq(s"--plugin=${dep.name}=${pluginPath}")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thesamet
Copy link
Owner

rebased

@bjaglin
Copy link
Contributor Author

bjaglin commented Jan 31, 2021

fixed the scripted on windows

@thesamet thesamet merged commit deece81 into thesamet:master Jan 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants