Skip to content

Commit e3f5690

Browse files
committed
Disable bintray for root project
1 parent 8fc61d3 commit e3f5690

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ lazy val root = project
3434
publishLocalSigned := {},
3535
test := {},
3636
testOnly := {},
37+
bintrayUnpublish := {},
38+
bintraySyncMavenCentral := {},
3739
siteSubdirName in ScalaUnidoc := "api",
3840
addMappingsToSiteDir(mappings in (ScalaUnidoc, packageDoc), siteSubdirName in ScalaUnidoc),
3941
gitRemoteRepo := "git@github.com:stringbean/scala-xml-compare.git",

0 commit comments

Comments
 (0)