Skip to content

Commit 281ec0d

Browse files
committed
Sonatype Central is now the default
1 parent 482c1db commit 281ec0d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

project/Commons.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ import sbtide.Keys.*
1515
import sbtunidoc.BaseUnidocPlugin.autoImport.{unidoc, unidocProjectFilter}
1616
import sbtunidoc.ScalaUnidocPlugin
1717
import sbtunidoc.ScalaUnidocPlugin.autoImport.ScalaUnidoc
18-
import xerial.sbt.Sonatype
19-
import xerial.sbt.Sonatype.autoImport.{sonatypeCredentialHost, sonatypeProfileName}
2018

2119
object Commons extends ProjectGroup("commons") {
2220
// We need to generate slightly different structure for IntelliJ in order to better support ScalaJS cross projects.
@@ -58,7 +56,6 @@ object Commons extends ProjectGroup("commons") {
5856
description := "AVSystem commons library for Scala",
5957
startYear := Some(2015),
6058
licenses := Vector(License.MIT),
61-
sonatypeCredentialHost := Sonatype.sonatypeCentralHost,
6259
scmInfo := Some(ScmInfo(
6360
browseUrl = url("https://github.com/AVSystem/scala-commons"),
6461
connection = "scm:git:[email protected]:AVSystem/scala-commons.git",
@@ -137,7 +134,6 @@ object Commons extends ProjectGroup("commons") {
137134
apiURL := Some(url("http://avsystem.github.io/scala-commons/api")),
138135
autoAPIMappings := true,
139136

140-
sonatypeProfileName := "com.avsystem",
141137
pomIncludeRepository := { _ => false },
142138

143139
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)