We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc61d3 commit e3f5690Copy full SHA for e3f5690
build.sbt
@@ -34,6 +34,8 @@ lazy val root = project
34
publishLocalSigned := {},
35
test := {},
36
testOnly := {},
37
+ bintrayUnpublish := {},
38
+ bintraySyncMavenCentral := {},
39
siteSubdirName in ScalaUnidoc := "api",
40
addMappingsToSiteDir(mappings in (ScalaUnidoc, packageDoc), siteSubdirName in ScalaUnidoc),
41
gitRemoteRepo := "git@github.com:stringbean/scala-xml-compare.git",
0 commit comments