File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ ThisBuild / pomIncludeRepository := { _ => false }
19
19
ThisBuild / publishMavenStyle := true
20
20
21
21
// 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
+ }
27
27
28
28
// Use sonatype bundle instead
29
- publishTo := sonatypePublishToBundle.value
29
+ // publishTo := sonatypePublishToBundle.value
30
30
31
31
sonatypeProfileName := " com.johnsnowlabs.nlp"
32
32
You can’t perform that action at this time.
0 commit comments