Skip to content

Commit 0d064a7

Browse files
committed
revert to non sonatype bundle release
1 parent 78de417 commit 0d064a7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

publish.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ ThisBuild / pomIncludeRepository := { _ => false }
1919
ThisBuild / publishMavenStyle := true
2020

2121
// new setting for the Central Portal
22-
//ThisBuild / publishTo := {
23-
// val centralSnapshots = "https://central.sonatype.com/repository/maven-snapshots/"
24-
// if (isSnapshot.value) Some("central-snapshots" at centralSnapshots)
25-
// else localStaging.value
26-
//}
22+
ThisBuild / publishTo := {
23+
val centralSnapshots = "https://central.sonatype.com/repository/maven-snapshots/"
24+
if (isSnapshot.value) Some("central-snapshots" at centralSnapshots)
25+
else localStaging.value
26+
}
2727

2828
// Use sonatype bundle instead
29-
publishTo := sonatypePublishToBundle.value
29+
//publishTo := sonatypePublishToBundle.value
3030

3131
sonatypeProfileName := "com.johnsnowlabs.nlp"
3232

0 commit comments

Comments
 (0)