11name := " stream-loader"
22
3- ThisBuild / organization := " com.adform"
4- ThisBuild / organizationName := " Adform"
53ThisBuild / scalaVersion := " 2.13.15"
64ThisBuild / scalacOptions := Seq (
75 " -unchecked" ,
@@ -14,17 +12,9 @@ ThisBuild / scalacOptions := Seq(
1412 " -Wconf:msg=While parsing annotations in:silent"
1513)
1614
17- ThisBuild / startYear := Some (2020 )
18- ThisBuild / licenses += (" MPL-2.0" , url(" http://mozilla.org/MPL/2.0/" ))
19-
20- ThisBuild / developers := List (
21- Developer (" sauliusvl" , " Saulius Valatka" , " saulius.vl@gmail.com" , url(" https://github.com/sauliusvl" ))
22- )
23-
2415enablePlugins(GitVersioning )
2516
26- val gitRepo = " adform/stream-loader"
27- val gitRepoUrl = s " https://github.com/ $gitRepo"
17+ import BuildSettings ._
2818
2919ThisBuild / git.useGitDescribe := true
3020ThisBuild / git.remoteRepo := {
@@ -290,10 +280,7 @@ lazy val commonSettings = Seq(
290280 .getMethod(" getLogger" , cl.loadClass(" java.lang.String" ))
291281 .invoke(null , " ROOT" ) // Prevents slf4j replay warnings during tests
292282 )
293- ),
294- publishTo := sonatypePublishToBundle.value,
295- homepage := Some (url(gitRepoUrl)),
296- scmInfo := Some (ScmInfo (url(gitRepoUrl), s " scm:git:git@github.com: $gitRepo.git " ))
283+ )
297284)
298285
299286lazy val copyDocAssets = taskKey[File ](" Copy unidoc resources" )
0 commit comments