@@ -15,8 +15,6 @@ import sbtide.Keys.*
15
15
import sbtunidoc .BaseUnidocPlugin .autoImport .{unidoc , unidocProjectFilter }
16
16
import sbtunidoc .ScalaUnidocPlugin
17
17
import sbtunidoc .ScalaUnidocPlugin .autoImport .ScalaUnidoc
18
- import xerial .sbt .Sonatype
19
- import xerial .sbt .Sonatype .autoImport .{sonatypeCredentialHost , sonatypeProfileName }
20
18
21
19
object Commons extends ProjectGroup (" commons" ) {
22
20
// 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") {
58
56
description := " AVSystem commons library for Scala" ,
59
57
startYear := Some (2015 ),
60
58
licenses := Vector (License .MIT ),
61
- sonatypeCredentialHost := Sonatype .sonatypeCentralHost,
62
59
scmInfo := Some (ScmInfo (
63
60
browseUrl = url(" https://github.com/AVSystem/scala-commons" ),
64
61
connection
= " scm:git:[email protected] :AVSystem/scala-commons.git" ,
@@ -137,7 +134,6 @@ object Commons extends ProjectGroup("commons") {
137
134
apiURL := Some (url(" http://avsystem.github.io/scala-commons/api" )),
138
135
autoAPIMappings := true ,
139
136
140
- sonatypeProfileName := " com.avsystem" ,
141
137
pomIncludeRepository := { _ => false },
142
138
143
139
libraryDependencies ++= Seq (
0 commit comments