Skip to content

Commit

Permalink
test conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ofilangi committed Nov 29, 2023
1 parent 447fc77 commit 3771efb
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,17 @@ libraryDependencies ++= Seq(
)

// For all Sonatype accounts created from February 2021
sonatypeCredentialHost := "s01.oss.sonatype.org"
//sonatypeCredentialHost := "s01.oss.sonatype.org"
/*
resolvers ++= Resolver.sonatypeOssRepos("staging")
resolvers +=
"Sonatype OSS Releases" at "https://s01.oss.sonatype.org/content/repositories/releases"
resolvers += Resolver.sonatypeRepo("snapshots")
resolvers +=
"Sonatype OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots"
*/
/*
publishTo := {
if (isSnapshot.value)
Expand All @@ -61,9 +71,9 @@ pomIncludeRepository := { _ => false }
publishMavenStyle := true
*/

publishTo := sonatypePublishToBundle.value
//publishTo := sonatypePublishToBundle.value
pomIncludeRepository := { _ => false }
publishMavenStyle := true
//publishMavenStyle := true

testFrameworks += new TestFramework("utest.runner.Framework")

Expand Down

0 comments on commit 3771efb

Please sign in to comment.