mirror of
https://github.com/fluencelabs/codec
synced 2025-04-24 22:32:13 +00:00
Bintray setup
This commit is contained in:
parent
793eb4c687
commit
a80d0b1a9c
11
build.sbt
11
build.sbt
@ -8,18 +8,23 @@ scalacOptions in Compile ++= Seq("-Ypartial-unification", "-Xdisable-assertions"
|
|||||||
|
|
||||||
javaOptions in Test ++= Seq("-ea")
|
javaOptions in Test ++= Seq("-ea")
|
||||||
|
|
||||||
|
skip in publish := true // Skip root project
|
||||||
|
|
||||||
val scalaV = scalaVersion := "2.12.5"
|
val scalaV = scalaVersion := "2.12.5"
|
||||||
|
|
||||||
val commons = Seq(
|
val commons = Seq(
|
||||||
scalaV,
|
scalaV,
|
||||||
version := "0.1",
|
version := "0.0.1",
|
||||||
fork in Test := true,
|
fork in Test := true,
|
||||||
parallelExecution in Test := false,
|
parallelExecution in Test := false,
|
||||||
organizationName := "Fluence Labs Limited",
|
organizationName := "Fluence Labs Limited",
|
||||||
organizationHomepage := Some(new URL("https://fluence.ai")),
|
organizationHomepage := Some(new URL("https://fluence.ai")),
|
||||||
startYear := Some(2017),
|
startYear := Some(2017),
|
||||||
licenses += ("AGPL-3.0", new URL("http://www.gnu.org/licenses/agpl-3.0.en.html")),
|
licenses += ("AGPL-V3", new URL("http://www.gnu.org/licenses/agpl-3.0.en.html")),
|
||||||
headerLicense := Some(License.AGPLv3("2017", organizationName.value))
|
headerLicense := Some(License.AGPLv3("2017", organizationName.value)),
|
||||||
|
bintrayOrganization := Some("fluencelabs"),
|
||||||
|
publishMavenStyle := true,
|
||||||
|
bintrayRepository := "releases"
|
||||||
)
|
)
|
||||||
|
|
||||||
commons
|
commons
|
||||||
|
@ -18,3 +18,4 @@ addSbtPlugin("com.lihaoyi" % "workbench" % "0.4.0")
|
|||||||
|
|
||||||
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.7.1"
|
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.7.1"
|
||||||
|
|
||||||
|
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
|
Loading…
x
Reference in New Issue
Block a user