Skip to content

Commit cfaf429

Browse files
committed
Experiment
1 parent 423fd4a commit cfaf429

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

project/Common.scala

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import sbt.Keys._
55
import sbt._
66
import sbt.{Compile, Project, Test, TestFramework}
77
import xerial.sbt.Sonatype.GitHubHosting
8-
import xerial.sbt.Sonatype.autoImport.{sonatypeProfileName, sonatypeProjectHosting}
8+
import xerial.sbt.Sonatype.autoImport.{sonatypeCredentialHost, sonatypeProfileName, sonatypeProjectHosting, sonatypeRepository}
99

1010
object Common {
1111
implicit class ProjectFrom(project: Project) {
@@ -32,7 +32,9 @@ object Common {
3232
email = "pierwszy1@gmail.com",
3333
url = new URL("https://github.com/note")
3434
)
35-
)
35+
),
36+
sonatypeCredentialHost := "s01.oss.sonatype.org",
37+
sonatypeRepository := "https://s01.oss.sonatype.org/service/local",
3638
),
3739
scalacOptions ++= Seq(
3840
"-Xfatal-warnings",

0 commit comments

Comments
 (0)