File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.8" )
1
+ addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.8.1 " )
2
2
3
- addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1 .1" )
3
+ addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 2.0 .1" )
4
4
5
5
addSbtPlugin(" com.typesafe.sbt" % " sbt-osgi" % " 0.9.4" )
6
6
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import scala.io.Source
6
6
import com .typesafe .sbt .osgi .OsgiKeys
7
7
import com .typesafe .sbt .osgi .SbtOsgi
8
8
import com .typesafe .sbt .osgi .SbtOsgi .autoImport ._
9
- import com .typesafe .sbt .SbtPgp .autoImport ._
9
+ // import com.typesafe.sbt.SbtPgp.autoImport._
10
10
11
11
// import sbtcrossproject.CrossPlugin.autoImport._
12
12
import org .portablescala .sbtplatformdeps .PlatformDepsPlugin .autoImport ._
@@ -133,9 +133,9 @@ object ScalatestBuild extends BuildCommons with DottyBuild with NativeBuild with
133
133
</developer >
134
134
</developers >
135
135
),
136
- credentials += getNexusCredentials,
137
- pgpSecretRing := file(getGPGFilePath),
138
- pgpPassphrase := getGPGPassphase
136
+ // credentials += getNexusCredentials,
137
+ // pgpSecretRing := file(getGPGFilePath),
138
+ // pgpPassphrase := getGPGPassphase
139
139
)
140
140
141
141
def sharedSettings : Seq [Setting [_]] =
You can’t perform that action at this time.
0 commit comments